diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-28 21:53:50 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-28 21:53:50 -0400 |
commit | 3f084916e3befbaadf8dc86c8329a408dfcdf351 (patch) | |
tree | fcf79fbb59469dea4bb0fe8a8f657bd4bf29695e /docs/search.markdown | |
parent | 7c1222fc595091d9e292bae9d563a3fdaf660d7b (diff) |
Add category attribute for advanced search
Diffstat (limited to 'docs/search.markdown')
-rw-r--r-- | docs/search.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index bcd889be..8cb839b1 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -118,3 +118,12 @@ Search by description Attribute: **description** Example: `description:"text search"` + +Search by category +------------------ + +Attribute: **category** + +- Find tasks with a specific category: `category:"Feature Request"` +- Find all tasks that have those category: `category:"Bug" category:"Improvements"` +- Find tasks with no category assigned: `category:none` |