Search Exclusions
dayton.segard says:
Does anyone know how to exclude all but two lists from a search?
I tried Search: "not list:chores, not list:goals" and "not list:chores, goals." Neither one worked - they eliminated all but two, and all tasks respectively out of 50 or so.
Additionally, is there any way to search for all tasks, excluding tasks that repeat?
I tried Search: "not list:chores, not list:goals" and "not list:chores, goals." Neither one worked - they eliminated all but two, and all tasks respectively out of 50 or so.
Additionally, is there any way to search for all tasks, excluding tasks that repeat?
emily (Remember The Milk) says:
Hi dayton.segard,
Would something like:
NOT (list:chores or list:goals)
work?
Would something like:
NOT (list:chores or list:goals)
work?
emily (Remember The Milk) says:
Oh, an alternative way to write this would be:
NOT list:chores NOT list:goals
For the second question (which I missed :), just searching for:
isRepeating:false
will show all tasks except for repeating ones.
Hope this helps!
NOT list:chores NOT list:goals
For the second question (which I missed :), just searching for:
isRepeating:false
will show all tasks except for repeating ones.
Hope this helps!
dayton.segard says:
Exactly what I needed! Thank you!