diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-28 21:04:37 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-28 21:04:37 -0400 |
commit | 7c1222fc595091d9e292bae9d563a3fdaf660d7b (patch) | |
tree | ffdb99b873ab1269b637e9f2cee879777803b03a /docs | |
parent | 2e7e7031804b09a04c83896535b31acb12138960 (diff) |
Add description attribute for advanced search
Diffstat (limited to 'docs')
-rw-r--r-- | docs/search.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index 338f0052..bcd889be 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -112,3 +112,9 @@ Operators supported: - Greater than or equal: **due:>=2015-06-29** - Lower than or equal: **due:<=2015-06-29** +Search by description +--------------------- + +Attribute: **description** + +Example: `description:"text search"` |