Advanced Search with NOT
gms8994 says:
I'm trying to perform the following search:
location:Home AND NOT tag:itunes AND NOT tag:someday AND NOT tag:maybe
It seems that anything past the first NOT item isn't being processed. Can that be enabled? If it can't, can searching SmartLists be enabled? I've tried
list:@Home
and it doesn't display, even though I have items in the list.
Thanks!
location:Home AND NOT tag:itunes AND NOT tag:someday AND NOT tag:maybe
It seems that anything past the first NOT item isn't being processed. Can that be enabled? If it can't, can searching SmartLists be enabled? I've tried
list:@Home
and it doesn't display, even though I have items in the list.
Thanks!
emily (Remember The Milk) says:
I think this will work if the terms are grouped:
location:Home AND (NOT tag:itunes) AND (NOT tag:someday) AND (NOT tag:maybe)
Alternatively, you could do something like:
location:Home NOT (tag:itunes OR tag:someday OR tag:maybe)
Hope this helps!
location:Home AND (NOT tag:itunes) AND (NOT tag:someday) AND (NOT tag:maybe)
Alternatively, you could do something like:
location:Home NOT (tag:itunes OR tag:someday OR tag:maybe)
Hope this helps!