diff options
author | Hiroyuki Sato <sathiroyuki@gmail.com> | 2017-09-03 12:58:56 +0900 |
---|---|---|
committer | Hiroyuki Sato <sathiroyuki@gmail.com> | 2017-09-03 12:58:56 +0900 |
commit | 9994f599abac0da450ab5c05a580973faaca9675 (patch) | |
tree | a8b45f5a21b72534e7518283ceae594b87c4bddf /doc | |
parent | 372075110c61ef64de9dd758270ddb45c594f429 (diff) | |
download | gitlab-ce-9994f599abac0da450ab5c05a580973faaca9675.tar.gz |
Add `Searching for specific terms` section
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/search/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/search/index.md b/doc/user/search/index.md index f5c7ce49e8e..609d66d1dcb 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -40,6 +40,18 @@ The same process is valid for merge requests. Navigate to your project's **Merge and click **Search or filter results...**. Merge requests can be filtered by author, assignee, milestone, and label. +### Searching for specific terms + +You can filter issues by specific terms included in titles or descriptions. + +* Syntax + * 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"` +* Limitation + * For a performance reason, the terms shorter than 3 chars are ignored - e.g.: searching + issues for `included in titles` is same with `included titles` + ### Issues and merge requests per group Similar to **Issues and merge requests per project**, you can also search for issues |