diff options
author | Mark Szymanski <markjszy@gmail.com> | 2017-01-24 22:44:29 -0600 |
---|---|---|
committer | Mark Szymanski <markjszy@gmail.com> | 2017-01-24 22:45:16 -0600 |
commit | e986b948e324e29855369d1aaa34a458f8402ace (patch) | |
tree | 2bfa3b79e870e5558e338e457c0367ca77d583ea /doc | |
parent | 80321a9298ca239430de5c67317dd46f443bc513 (diff) |
Provide support for completion filter in search (fixes #2958)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/search.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/search.markdown b/doc/search.markdown index 17d27416..760551df 100644 --- a/doc/search.markdown +++ b/doc/search.markdown @@ -106,6 +106,10 @@ Attribute: **description** or **desc** Example: `description:"text search"` +### Search by completion + +Attribute: **completed** + ### Search by external reference The task reference is an external id of your task, by example a ticket number from another software. |