search for tasks tagged with only one specific tag
timothyrchew says:
Hi,
I'd like to do a search for tasks that contain only tag "x", no additional tags. So if a task is tagged with "x" and "y", I don't want it to show up. Is there anyway to do this?
Thanks.
I'd like to do a search for tasks that contain only tag "x", no additional tags. So if a task is tagged with "x" and "y", I don't want it to show up. Is there anyway to do this?
Thanks.
andrewski (Remember The Milk) says:
Hi sirchew,
It's not possible to exclude all tags but one, unfortunately, but you can do this more explicitly by excluding other tags:
tag:"x" AND NOT (tag:"y" OR tag:"z" OR tag:"a" OR tag:"b" OR tag:"c")
Hope this helps!
It's not possible to exclude all tags but one, unfortunately, but you can do this more explicitly by excluding other tags:
tag:"x" AND NOT (tag:"y" OR tag:"z" OR tag:"a" OR tag:"b" OR tag:"c")
Hope this helps!