Support Ticket

want a search to find card being commented on+status
want a search to find card being commented on+tag
 

want a search to find card being commented on+issues

I want a search such that if _main is foo+comment, the research will return foo. Not sure if WQL can do this...

 

First let's get _main out of the equation.

 

If search is _main+mysearch and _main is foo+comment, then search is foo+comment+mysearch. And in the context of WQL, _self would be foo+comment. So to get foo, you just need the card that is plussed to comment to create self.

 

WQL would be {"right_plus":["comment","_self"]}

--Ethan McCutchen.....2013-07-18 16:03:03 +0000