summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-04 18:01:42 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-04 18:01:42 -0400
commit32ddfb3fba9e0726623addd48ccd7af69e3b44f0 (patch)
tree2137a21d4703820adc4c9589bb2140df9849755f /docs
parent198f3eda90807c0295a013cd4ebdc3806545d608 (diff)
Allow search by task id
Diffstat (limited to 'docs')
-rw-r--r--docs/search.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown
index 99b76393..3d00b158 100644
--- a/docs/search.markdown
+++ b/docs/search.markdown
@@ -12,6 +12,12 @@ This example will returns all tasks assigned to me with a due date for tomorrow
assigne:me due:tomorrow my title
```
+Search by task id or title
+--------------------------
+
+- Search by task id: `#123` or `123`
+- Search by task title: anything that don't match any search attributes mentioned below
+
Search by status
----------------