Commit af35ea70 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

It's advanced syntax search

parent 334c9108
......@@ -55,7 +55,7 @@ Shortcuts to GitLab's most visited docs:
- [GitLab Subgroups](user/group/subgroups/index.md)
- [Search through GitLab](user/search/index.md): Search for issues, merge requests, projects, groups, todos, and issues in Issue Boards.
- **(EES/EEP)** [Global code search](user/search/global_code_search.md): Leverage Elasticsearch for faster, more advanced code search across your entire GitLab instance.
- **(EES/EEP)** [Advanced search syntax](user/search/advanced_search_syntax.md): Use advanced queries for more targeted search results.
- **(EES/EEP)** [Advanced syntax search](user/search/advanced_search_syntax.md): Use advanced queries for more targeted search results.
- [Snippets](user/snippets.md): Snippets allow you to create little bits of code.
- [Wikis](user/project/wiki/index.md): Enhance your repository documentation with built-in wikis.
- [GitLab Pages](user/project/pages/index.md): Build, test, and deploy your static website with GitLab Pages.
......
# Advanced search syntax
# Advanced syntax search
>**Notes:**
- Introduced in [GitLab Enterprise Starter][ee] 9.2
......@@ -9,13 +9,13 @@ Use advanced queries for more targeted search results.
## Overview
The advanced search syntax is a subset of the [global code search](global_code_search.md)
The advanced syntax search is a subset of the [global code search](global_code_search.md)
which you can use to have more specific search results.
## Use cases
## Using the advanced search syntax
## Using the advanced syntax search
Full details can be found in the [Elasticsearch documentation][elastic], but
here's a quick guide:
......
......@@ -34,6 +34,11 @@ searching in:
## Searching globally
Just use the search as before and GitLab will show you matching code from each
project you have access to.
![Global code search](img/global_code_search.png)
You can also use the [advanced search syntax](advanced_search_syntax.md) which
provides some useful queries.
......
......@@ -110,10 +110,10 @@ GitLab instance.
[Learn how to use the global code search.](global_code_search.md)
## Advanced search syntax
## Advanced syntax search
Use advanced queries for more targeted search results.
[Learn how to use the advanced search syntax.](advanced_search_syntax.md)
[Learn how to use the advanced syntax search.](advanced_search_syntax.md)
[ee]: https://about.gitlab.com/gitlab-ee/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment