Search cards use WQL, the Wagn Query Language. See syntax documentation.
{"or": { "and": {"type": ["in","Ticket","Idea"],
...
{"type": "File",
"sort": "update"
}
Search : {"left": "_left"}
Invalid JSON search query: [[radio]]
[[checkbox]]
[[select]]
[[multiselect]]
[[list]]
[[filtered list]]
[[text area]]
[[text field]]
[[ace editor]]
[[calendar]]
[[prosemirror editor]]
[[tinymce editor]]
Search : /* Plussing any cardtype card to name8 gets cards of that type in groups of 8 */
{"type": "_left",
"limit": 8,
"sort": "name",
"view": "link"}
Search : {"member_of": "_left", "sort":"name"}
Search : {"found_by": "_left", "sort": "update"}
Search : {
"found_by": "_left",
"right_plus": ["status", {"match": "closed"} ]
}
Search : {"found_by": "_left", "sort": "create"}
Search : {"found_by": "_left",
"plus": ["status", {"match": "acknowledged"} ]
}
Search : {"found_by": "_left",
"right_plus": ["status", {"refer_to": "answered"} ]
}
Search : {"found_by": "_left",
"plus": ["status", {"match": "can't reproduce"} ]
}
{"type": ["in", "Deck", "Lead", "Idea","Ticket","Documenta...
Search : {"type": "User",
"plus": ["tag", {"refer_to": "_LL"} ]
}
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "testing"} ],
"view": "closed"
}
{"type": "Ticket",
"plus": ["status", {"not": {"refer_to"...
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "open"} ],
"view": "closed"
}
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "in progress"} ],
"view": "closed"
}