Search
Search cards use WQL, the Wagn Query Language. See syntax documentation.
in progress tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "in progress"} ],
"view": "closed"
}
acknowledged+*right+*structure
Search : {"found_by": "_left",
"plus": ["status", {"match": "acknowledged"} ]
}
answered+*right+*structure
Search : {"found_by": "_left",
"right_plus": ["status", {"refer_to": "answered"} ]
}
name8+*right+*structure
Search : /* Plussing any cardtype card to name8 gets cards of that type in groups of 8 */
{"type": "_left",
"limit": 8,
"sort": "name",
"view": "link"}
John Abbe+some tickets
*attach+*right+*content options
{"type": "File",
"sort": "update"
}
closed+*right+*structure
Search : {
"found_by": "_left",
"right_plus": ["status", {"match": "closed"} ]
}
re+*right+*content options
{"type": ["in", "Deck", "Lead", "Idea","Ticket","Document...
Ticket+*right+*content options
{"type": "Ticket",
"plus": ["status", {"not": {"refer_to...
reference test+Search
tags these people+*right+*structure
Search : {"type": "User",
"plus": ["tag", {"refer_to": "_LL"} ]
}
User Story+tag+*type plus right+*content options
{"or": { "and": {"type": ["in","Ticket","Idea"],
...
can't reproduce+*right+*structure
Search : {"found_by": "_left",
"plus": ["status", {"match": "can't reproduce"} ]
}
testing tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "testing"} ],
"view": "closed"
}
open tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "open"} ],
"view": "closed"
}
closed tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "closed"} ]
}
Nested $keyword in Search Fails+test search