Search+*type+by name
*attach+*right+*content options
{"type": "File",
"sort": "update"
}
John Abbe+Sandbox
Nested $keyword in Search Fails+test search
John Abbe+some tickets
answered+*right+*structure
Search : {"found_by": "_left",
"right_plus": ["status", {"refer_to": "answered"} ]
}
acknowledged+*right+*structure
Search : {"found_by": "_left",
"plus": ["status", {"match": "acknowledged"} ]
}
party+*right+*content options
{"type":["in","Company","User"]}
*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" }
Ticket+*right+*content options
{"type": "Ticket",
"plus": ["status", {"not": {"refer_to...
closed+*right+*structure
Search : {
"found_by": "_left",
"right_plus": ["status", {"match": "closed"} ]
}
subtitle videos+Search
reference test+Search
tags these people+*right+*structure
Search : {"type": "User",
"plus": ["tag", {"refer_to": "_LL"} ]
}
re+*right+*content options
{"type": ["in", "Deck", "Lead", "Idea","Ticket","Document...
priority tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["priority", {"refer_to": "_LL"} ]
}
open tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "open"} ],
"view": "closed"
}
can't reproduce+*right+*structure
Search : {"found_by": "_left",
"plus": ["status", {"match": "can't reproduce"} ]
}
closed tickets+*right+*structure
Search : {"type": "Ticket",
"plus": ["tag", {"refer_to": "_left"} ],
"right_plus": ["status", {"refer_to": "closed"} ]
}