Merge branch...

Merge branch '6850-docs-update-clarify-use-of-exact-phrase-searching-when-using-advanced-search' into 'master'

Resolve "docs update - clarify use of exact phrase searching when using advanced search"

Closes #6850

See merge request gitlab-org/gitlab-ee!6421
parents 40c0337d 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)`
......
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