Quote:
Originally Posted by KABx
I’m sure this is very easy, but I can’t quite get it.....can anyone help with a couple of search queries?
I have 2 custom columns (both comma separated text, like tags, shown in the tag browser).
How do I do search for
columnA not = columnB
and
columnA contains columnB ?
|
Use the Tag Browser Luke
Set it to
Match All at the bottom
Select the first column value (minus is Not)
hold the control key
Select the second column value (Minus is Not)
you should see something like this:
Code:
tags:"=Webscription" and not #usertags:"=Not All Done Yet"