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"]}
Support Ticket
+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"]}