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
66848c5e
Commit
66848c5e
authored
Jul 09, 2018
by
Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc/user/search/advanced_search_syntax.md
parent
1cebbce3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/user/search/advanced_search_syntax.md
doc/user/search/advanced_search_syntax.md
+1
-1
No files found.
doc/user/search/advanced_search_syntax.md
View file @
66848c5e
...
...
@@ -36,7 +36,7 @@ here's a quick guide:
-
Searches look for all the words in a query, in any order - e.g.: searching
issues for
`display bug`
will return all issues matching both those words, in any order.
-
To find the exact
term
, use double quotes:
`"display bug"`
-
To find the exact
phrase (stemming still applies)
, use double quotes:
`"display bug"`
-
To find bugs not mentioning display, use
`-`
:
`bug -display`
-
To find a bug in display or sound, use
`|`
:
`bug display | sound`
-
To group terms together, use parentheses:
`bug | (display +sound)`
...
...
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