summaryrefslogtreecommitdiff
path: root/doc/search.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-04-10 08:15:10 -0400
committerFrederic Guillot <fred@kanboard.net>2016-04-10 08:15:10 -0400
commit38326c4ddf91ed54374775d7f7599136f3e38eea (patch)
tree7a037fe8f6c22d19622414d86b6db63d7fcdb6e5 /doc/search.markdown
parent7705f4c533c3db726624e639be72fc9822904e96 (diff)
Added search by task creator
Diffstat (limited to 'doc/search.markdown')
-rw-r--r--doc/search.markdown13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/search.markdown b/doc/search.markdown
index 93c8214e..f6d343e9 100644
--- a/doc/search.markdown
+++ b/doc/search.markdown
@@ -27,8 +27,8 @@ Attribute: **status**
- Query to find open tasks: `status:open`
- Query to find closed tasks: `status:closed`
-Search by assignees
--------------------
+Search by assignee
+------------------
Attribute: **assignee**
@@ -38,6 +38,15 @@ Attribute: **assignee**
- Query for unassigned tasks: `assignee:nobody`
- Query for my assigned tasks: `assignee:me`
+Search by task creator
+----------------------
+
+Attribute: **creator**
+
+- Tasks created by myself: `creator:me`
+- Tasks created by John Doe: `creator:"John Doe"`
+- Tasks created by the user id #1: `creator:1`
+
Search by subtask assignee
--------------------------