((not tags:"=Apples") AND (not tags:"=Oranges"))
Yes, that is the correct search. IMHO. But we seem to expect VERY different results?
As I said above, this is EXACTLY the same as:
not(tags:"=Apples" OR tags:"=Oranges")
Try both in a VL and see if they give the results you expect. It's quick to do...
I suggested:
not (tags:"=Apples" AND tags:"=Oranges")
Because that seems to match the result you expect from the screen dump and your description.
Last edited by Adoby; 02-27-2018 at 05:51 PM.
|