diff --git a/docs/_images/user/code-search/gitgrep.png b/docs/_images/user/code-search/gitgrep.png index a3aa4d58..3113b590 100644 Binary files a/docs/_images/user/code-search/gitgrep.png and b/docs/_images/user/code-search/gitgrep.png differ diff --git a/docs/user/code-search.md b/docs/user/code-search.md index 5f92aad5..324ab973 100644 --- a/docs/user/code-search.md +++ b/docs/user/code-search.md @@ -13,7 +13,9 @@ If `REPO_INDEXER_ENABLED` is set to `false`, the code search function will be li Currently, only fixed strings are supported and any case differences are ignored. The search results will include the matched line, along with a single line before and after the match. -Since, the searches are performed in the fly they may be performed on any valid branch or tag. +Since, the searches are performed on the fly they may be performed on any valid branch or tag. + +The active branch/tag will be displayed as the default value on the dropdown present just above the search bar, which may also be used to easily switch between branches and tags. # Indexer