Disappearing tasks - from Smart View - when changing field in search expression
(closed account) says:
I have a "next actions" list with the following search:
"(dueBefore:tomorrow OR not(priority:NA)) and not(tag:wait)"
I notice this behavior on any smart list, but this list is where I spend most of my time.
When I change the priority from, say 3 to 2, the task disappears from the list view until I click on the tab again...almost like a refresh. This is quite annoying. Same thing happens if I change the tag from @errand to @home or anything else.
FWIW - I've only recently started using RTM again and I don't remember this from a year or two ago.
"(dueBefore:tomorrow OR not(priority:NA)) and not(tag:wait)"
I notice this behavior on any smart list, but this list is where I spend most of my time.
When I change the priority from, say 3 to 2, the task disappears from the list view until I click on the tab again...almost like a refresh. This is quite annoying. Same thing happens if I change the tag from @errand to @home or anything else.
FWIW - I've only recently started using RTM again and I don't remember this from a year or two ago.
andrewski (Remember The Milk) says:
I think it should behave better if you change the 'priority' portion to priority:none.
You may also want to reformat the search syntax in general, i.e.
(dueBefore:tomorrow OR (NOT priority:NA)) AND (NOT tag:wait)
Hope this helps!
You may also want to reformat the search syntax in general, i.e.
(dueBefore:tomorrow OR (NOT priority:NA)) AND (NOT tag:wait)
Hope this helps!