Commit fc0fcdcf authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Rename to Advanced Global Search

parent af35ea70
......@@ -54,8 +54,8 @@ Shortcuts to GitLab's most visited docs:
- [Create a group](gitlab-basics/create-group.md)
- [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 syntax search](user/search/advanced_search_syntax.md): Use advanced queries for more targeted search results.
- **(EES/EEP)** [Advanced Global Search](user/search/advanced_global_search.md): Leverage Elasticsearch for faster, more advanced code search across your entire GitLab instance.
- **(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.
......
......@@ -9,8 +9,8 @@ This document describes how to set up Elasticsearch with GitLab. Once enabled,
you'll have the benefit of fast search response times and the advantage of two
special searches:
- [Global code search](../user/search/global_code_search.md)
- [Advanced search syntax](../user/search/advanced_search_syntax.md)
- [Advance Global Search](../user/search/advanced_global_search.md)
- [Advanced Syntax Search](../user/search/advanced_search_syntax.md)
## Requirements
......
# Global code search
# Advanced Global Search
>
- [Introduced][ee-109] in GitLab [Enterprise Edition Starter][ee] 8.4.
......@@ -10,9 +10,9 @@ GitLab instance.
## Overview
Global code search in GitLab is a powerful search service that saves developers
time. Instead of creating duplicate code and wasting time, they can now search
for code within other teams that will help their own project.
The Advanced Global Search in GitLab is a powerful search service that saves
you time. Instead of creating duplicate code and wasting time, you can
now search for code within other teams that can help your own project.
GitLab leverages the search capabilities of Elasticsearch and enables it when
searching in:
......@@ -21,7 +21,7 @@ searching in:
- Issues
- Merge requests
- Milestones
- Notes
- Notes (comments)
- Projects
- Repositories
- Snippets
......@@ -37,9 +37,9 @@ searching in:
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)
![Advanced Global Search](img/advanced_global_search.png)
You can also use the [advanced search syntax](advanced_search_syntax.md) which
You can also use the [Advanced Syntax Search](advanced_search_syntax.md) which
provides some useful queries.
[ee-1305]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1305
......
# Advanced syntax search
# Advanced Syntax Search
>**Notes:**
- Introduced in [GitLab Enterprise Starter][ee] 9.2
......@@ -9,13 +9,14 @@ Use advanced queries for more targeted search results.
## Overview
The advanced syntax search is a subset of the [global code search](global_code_search.md)
The Advanced Syntax Search is a subset of the [Advanced Global Search](advanced_global_search.md),
which you can use to have more specific search results.
## Use cases
## Using the advanced syntax search
## Using the Advanced Syntax Search
Full details can be found in the [Elasticsearch documentation][elastic], but
here's a quick guide:
......
......@@ -103,17 +103,17 @@ and **Labels**, select multiple issues to add to a list of your choice:
![search and select issues to add to board](img/search_issues_board.png)
## Global code search
## Advanced Global Search
Leverage Elasticsearch for faster, more advanced code search across your entire
GitLab instance.
[Learn how to use the global code search.](global_code_search.md)
[Learn how to use the Advanced Global Search.](advanced_global_search.md)
## Advanced syntax search
## Advanced Syntax Search
Use advanced queries for more targeted search results.
[Learn how to use the advanced syntax search.](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