diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-09-05 15:48:39 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-09-05 15:48:39 +0000 |
commit | 9bb056e0f16112a02777f58cdc24b26b1751833a (patch) | |
tree | d79f1298fa1a171d20b73a3387d1bb8e7526cc23 /doc/user | |
parent | d0f5b3c287f98e3e4bdab8bf26f33262cce8f4c4 (diff) | |
parent | 8bafe5d1eed5b6430afd565d8c0fbdedac17c1b8 (diff) | |
download | gitlab-ce-9bb056e0f16112a02777f58cdc24b26b1751833a.tar.gz |
Merge branch 'fuzzy-issue-search' into 'master'
Fuzzy search issues / merge requests
Closes #26835, #29994, and #20362
See merge request !13780
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/search/img/issue_search_by_term.png | bin | 0 -> 65826 bytes | |||
-rw-r--r-- | doc/user/search/index.md | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/user/search/img/issue_search_by_term.png b/doc/user/search/img/issue_search_by_term.png Binary files differnew file mode 100644 index 00000000000..66e612c4ea6 --- /dev/null +++ b/doc/user/search/img/issue_search_by_term.png diff --git a/doc/user/search/index.md b/doc/user/search/index.md index f5c7ce49e8e..21e96d8b11c 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -40,6 +40,20 @@ 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 and merge requests 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 performance reasons, terms shorter than 3 chars are ignored. E.g.: searching + issues for `included in titles` is same as `included titles` + +![filter issues by specific terms](img/issue_search_by_term.png) + ### Issues and merge requests per group Similar to **Issues and merge requests per project**, you can also search for issues |