summaryrefslogtreecommitdiff
path: root/doc/search.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-04-09 23:24:26 -0400
committerFrederic Guillot <fred@kanboard.net>2016-04-09 23:24:26 -0400
commit7705f4c533c3db726624e639be72fc9822904e96 (patch)
tree1410597fbc2c91570ff259b83d31ae0176c75558 /doc/search.markdown
parent11858be4e8d5aba983700c6cba1c4d0a33ea8e9d (diff)
Added search in comments
Diffstat (limited to 'doc/search.markdown')
-rw-r--r--doc/search.markdown23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/search.markdown b/doc/search.markdown
index 1a97a7fc..93c8214e 100644
--- a/doc/search.markdown
+++ b/doc/search.markdown
@@ -38,7 +38,12 @@ Attribute: **assignee**
- Query for unassigned tasks: `assignee:nobody`
- Query for my assigned tasks: `assignee:me`
-Note: Kanboard will also search in assigned subtasks with the status todo and in progress.
+Search by subtask assignee
+--------------------------
+
+Attribute: **subtask:assignee**
+
+- Example: `subtask:assignee:"John Doe"`
Search by color
---------------
@@ -90,7 +95,7 @@ Works in the same way as the modification date queries.
Search by description
---------------------
-Attribute: **description**
+Attribute: **description** or **desc**
Example: `description:"text search"`
@@ -127,14 +132,14 @@ Attribute: **column**
- Find tasks by column name: `column:"Work in progress"`
- Find tasks for several columns: `column:"Backlog" column:ready`
-Search by swim lane
+Search by swim-lane
-------------------
Attribute: **swimlane**
-- Find tasks by swim lane: `swimlane:"Version 42"`
-- Find tasks in the default swim lane: `swimlane:default`
-- Find tasks into several swim lanes: `swimlane:"Version 1.2" swimlane:"Version 1.3"`
+- Find tasks by swim-lane: `swimlane:"Version 42"`
+- Find tasks in the default swim-lane: `swimlane:default`
+- Find tasks into several swim-lanes: `swimlane:"Version 1.2" swimlane:"Version 1.3"`
Search by task link
------------------
@@ -144,3 +149,9 @@ Attribute: **link**
- Find tasks by link name: `link:"is a milestone of"`
- Find tasks into several links: `link:"is a milestone of" link:"relates to"`
+Search by comment
+-----------------
+
+Attribute: **comment**
+
+- Find comments that contains this title: `comment:"My comment message"`