diff options
author | Heinrich Lee Yu <hleeyu@gmail.com> | 2018-10-25 17:55:17 +0800 |
---|---|---|
committer | Heinrich Lee Yu <hleeyu@gmail.com> | 2018-10-26 20:39:48 +0800 |
commit | 2f5c551f8b0e5f28f0c0e2266af63960e4253933 (patch) | |
tree | d9ef7312495a7283924e40e6504c25ec3641e359 /doc/user/search/index.md | |
parent | ad8a859b6efab6e9aabb8f4e5f1f0e38b1365a1a (diff) | |
download | gitlab-ce-2f5c551f8b0e5f28f0c0e2266af63960e4253933.tar.gz |
Add None/Any options for assignee in search bar
Diffstat (limited to 'doc/user/search/index.md')
-rw-r--r-- | doc/user/search/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/search/index.md b/doc/user/search/index.md index 4f1b96b775c..3f9d07dacaa 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -40,6 +40,16 @@ 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. +### Filtering by **None** / **Any** + +Some filter fields like milestone and assignee, allow you to filter by **None** or **Any**. + +![filter by none any](img/issues_filter_none_any.png) + +Selecting **None** returns results that have an empty value for that field. E.g.: no milestone, no assignee. + +Selecting **Any** does the opposite. It returns results that have a non-empty value for that field. + ### Searching for specific terms You can filter issues and merge requests by specific terms included in titles or descriptions. |