summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-18 11:33:51 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-18 11:33:51 -0400
commitdfd79722270b4f7a6653cb130b6518dcd7bd8c95 (patch)
tree122a0c4ddfe0fcca6f87b100c51a8ce36bcbc78a /docs
parentd75a0a9d455c01b6845dcc2ea7d61d55d416766b (diff)
Add new search attribute for swimlane
Diffstat (limited to 'docs')
-rw-r--r--docs/search.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown
index 3d00b158..d0e71203 100644
--- a/docs/search.markdown
+++ b/docs/search.markdown
@@ -151,6 +151,15 @@ Attribute: **column**
- Find tasks by column name: `column:"Work in progress"`
- Find tasks for several columns: `column:"Backlog" column:ready`
+Search by swimlane
+------------------
+
+Attribute: **swimlane**
+
+- Find tasks by swimlane: `swimlane:"Version 42"`
+- Find tasks in the default swimlane: `swimlane:default`
+- Find tasks into several swimlanes: `swimlane:"Version 1.2" swimlane:"Version 1.3"`
+
Search by external reference
----------------------------