summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-28 20:47:39 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-28 20:47:39 -0400
commit2e7e7031804b09a04c83896535b31acb12138960 (patch)
treeafc617dc3679c464b7cb7e8ec6ff96c3bf1cdfb5 /docs
parent7af5a923b047f612c02af2fe39a09beb45792f3a (diff)
Add status attribute for advanced search
Diffstat (limited to 'docs')
-rw-r--r--docs/search.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown
index c6d5b76e..338f0052 100644
--- a/docs/search.markdown
+++ b/docs/search.markdown
@@ -12,6 +12,14 @@ This example will returns all tasks assigned to me with a due date for tomorrow
assigne:me due:tomorrow my title
```
+Search by status
+----------------
+
+Attribute: **status**
+
+- Query to find open tasks: `status:open`
+- Query to find closed tasks: `status:closed`
+
Search by assignee
------------------