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