summaryrefslogtreecommitdiff
path: root/doc/en_US
diff options
context:
space:
mode:
authorCarsten Brachem <carsten.brachem@gmail.com>2018-01-16 23:55:16 +0100
committerfguillot <fred@kanboard.net>2018-01-17 10:54:36 -0800
commit2d8a020d3894cd39151cf33ced8560625d05fd55 (patch)
treeb893999bad8e5caf830c1a47c19bc03a487d4f32 /doc/en_US
parent793bbeaaf25345b16cc9a5093e44ba116cd664fe (diff)
Added example for due:none filter to documentation
Diffstat (limited to 'doc/en_US')
-rw-r--r--doc/en_US/search.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en_US/search.markdown b/doc/en_US/search.markdown
index 818a19ce..146d62bd 100644
--- a/doc/en_US/search.markdown
+++ b/doc/en_US/search.markdown
@@ -68,6 +68,7 @@ Attribute: **due**
- Search tasks due tomorrow: `due:tomorrow`
- Search tasks due yesterday: `due:yesterday`
- Search tasks due with the exact date: `due:2015-06-29`
+- Search tasks without a due date: `due:none`
The date must use the ISO 8601 format: **YYYY-MM-DD**.