Note that some tasks are returned which do not have a start date in the next 1 day and which do not have more than 0 priority.
An earlier version of this query returned all -1 Negative priority tasks as well, so we added that extra (unnecessary) clause at the top to see that behavior.
Why is this happening? We've used this for a long time to train people on Toodledo, but with 3 days as the cutoff for Start Date.
This is because all of your search rules are combined with an "OR" which means that a task only needs to match one of the rules to appear, not all of them.
Sorry, that's not a correct analysis. We deliberately used OR, but the logic isn't being honored.
Ex: Click the second screencast to see the list of items it returned. One of them was "Create RDN Application". This did not satisfy any of the OR requirements (in the first screencast), but it was returned anyway. Many other tasks are similarly returned. THIS is the problem we are reporting.
Please advise. Should we submit a support ticket instead?