Search+*type cards
John Abbe+Sandbox
CQL+example+search sort by plusses
CQL+example+search sort by updated
CQL+example+search sort by alpha
CQL+example+search by what connected to self
CQL+example+search by referrer-self
Wagn Circle+other calls
re+*right+*content options
{"type": ["in", "Deck", "Lead", "Idea","Ticket","Document...
Diet+*right+*content options
{"type": "diet"}
by descending create+*right+*structure
Search : {"found_by": "_left", "sort": "create", "dir":"desc"}
closed+*right+*structure
Search : {
"found_by": "_left",
"right_plus": ["status", {"match": "closed"} ]
}
tickets needing design+*right+*structure
Search : {"type": "Ticket",
"right_plus": ["tag", {"refer_to": "Design"} ],
"plus": ["tag", {"refer_to": "_left"} ]
}
recent changes+closed view
addressed tickets+*right+*structure
Search : /* Shows all tickets until we can search twice on same parameter */
{"type": "Ticket",
"plus": ["status", {"content": "closed"} ],
"plus": ["tag", {"refer_to": "_left"} ] }
answered+*right+*structure
Search : {"found_by": "_left",
"right_plus": ["status", {"refer_to": "answered"} ]
}
Support Ticket+status list
coded tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "coded"} ],
"view": "closed"
}