Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dcc39b77
Commit
dcc39b77
authored
May 22, 2017
by
Sean Packham (GitLab)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs/elastic-advanced-search' into 'master'
Refactor advanced search syntax docs See merge request !1953
parents
6c6f451d
bc9f9da7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
doc/user/search/advanced_search_syntax.md
doc/user/search/advanced_search_syntax.md
+6
-3
doc/user/search/index.md
doc/user/search/index.md
+11
-0
No files found.
doc/user/search/advanced
-search-
syntax.md
→
doc/user/search/advanced
_search_
syntax.md
View file @
dcc39b77
#
#
Advanced search syntax
# Advanced search syntax
If your site administrator has enabled
[
Elasticsearch integration
](
../../integration/elasticsearch.md
)
then some advanced search functionality is available.
>**Notes:**
-
Introduced in
[
GitLab Enterprise Premium
][
ee
]
9.2
-
The
[
Elasticsearch integration
](
../../integration/elasticsearch.md
)
needs to
be enabled
Full details can be found in the
[
Elasticsearch documentation
](
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html#_simple_query_string_syntax
)
...
...
@@ -16,3 +18,4 @@ but here's a quick guide:
*
To match a partial word, use
`*`
:
`bug find_by_*`
*
To find a term containing one of these symbols, use
`\`: `
argument
\-
last
`
[
ee
]:
https://about.gitlab.com/gitlab-ee/
doc/user/search/index.md
View file @
dcc39b77
...
...
@@ -98,3 +98,14 @@ you'll be able to, besides filtering them by **Name**, **Author**, **Assignee**,
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
)
## Advanced search syntax
> Available in [GitLab Enterprise Edition Premium][ee].
If the
[
Elasticsearch integration
](
../../integration/elasticsearch.md
)
is
enabled, then some advanced search functionality is available.
[
Learn how to use the advanced search syntax.
](
advanced_search_syntax.md
)
[
ee
]:
https://about.gitlab.com/gitlab-ee/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment