Smart List not inheriting unambiguous List
arcanewinter says:
The Smart List help page states that "If the Smart List criteria specifies a list name, the task will be added to that list (rather than being automatically added to your default list or Inbox)," but this isn't happening for at least one of my Smart Lists.
I have a Smart List called "Shopping List" that pulls tasks from a list called "Shopping" but excludes two tags. The search string looks like this:
list:shopping NOT (tag:web OR tag:cosplay)
When I add tasks to this smart list, they should automatically inherit inclusion in the "Shopping" list, but they get bumped to the inbox instead. Shouldn't they stay in the "Shopping" list?
I have a Smart List called "Shopping List" that pulls tasks from a list called "Shopping" but excludes two tags. The search string looks like this:
list:shopping NOT (tag:web OR tag:cosplay)
When I add tasks to this smart list, they should automatically inherit inclusion in the "Shopping" list, but they get bumped to the inbox instead. Shouldn't they stay in the "Shopping" list?
emily (Remember The Milk) says:
Unfortunately this is treated as an ambiguous query due to the NOT. In the future we may have some more intelligent handling of this type of query, but for now it will ignore any query containing NOT or OR. Hope this helps.