searches with or
cards by type
users without accounts
Archived Decks
images and users with images
support tickets for item+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"not": {"plus": ["status", {"content": "closed"} ] },
"view": "link"
}
high priority+*right+*structure
Search : {"found_by": "_left",
"plus":["priority", {"content": "high"} ]
}
closed+*right+*structure
Search : {
"found_by": "_left",
"right_plus": ["status", {"match": "closed"} ]
}
Scott Keeler+
for weekly update+*right+*structure
Search : {"found_by": "_left", "sort": "alpha", "append": "update"}
email addresses+*right+*structure
Search : {"found_by": "_left", "plus": "email",
"sort": "name",
"append": "email"}
no email addresses+*right+*structure
Search : {"found_by": "_left",
"not": {"plus": "email"},
"sort": "name"
}
dev tickets tagged with+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"not": {"plus": ["status", {"content": "closed"} ] }
}
ideas tagged with+*right+*structure
Search : {"type": "Idea",
"plus": ["tag", {"refer_to": "_left"} ],
"not": {"plus": ["status", {"content": "closed"} ] }
}
doc tickets tagged with+*right+*structure
Search : {"type": "Documentation Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"not": {"plus": ["status", {"content": "closed"} ] }
}
support tickets tagged with+*right+*structure
Search : {"type": "Support Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"not": {"plus": ["status", {"content": "closed"} ] }
}
Decks contact info
relevant discussion+*right+*structure
Search : {"referred_to_by": {"left": "_left", "right": "re"},
"append": "discussion"}
contact info search
tagged Developers
*watching+*right+*structure
Search : /* fixit - once "type" accepts card defs:
{"or":
{"and": {"plus": ["*watcher", {"refer_to": "_left"} ], "not": {"type": "Cardtype"} } }
{"type": {"plus": ["*watcher", {"refer_to": "_left"} ], "type": "Cardtype"} }
}
*/
{"plus": ["*watcher", {"refer_to": "_left"} ], "view": "change" }