diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-04 18:01:42 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-04 18:01:42 -0400 |
commit | 32ddfb3fba9e0726623addd48ccd7af69e3b44f0 (patch) | |
tree | 2137a21d4703820adc4c9589bb2140df9849755f /docs/search.markdown | |
parent | 198f3eda90807c0295a013cd4ebdc3806545d608 (diff) |
Allow search by task id
Diffstat (limited to 'docs/search.markdown')
-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 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 ---------------- |