Tasks Plugin Queries not working as expected

In my vault I have a task with due date yesterday.
Here is some tasks queries code:

tasks
due date yesterday

shows me the task, which works as expected
but:

tasks
due date before today

does not show me the task, while I would expect it to show me the task.
while

tasks
due date before yesterday

does show it.
From the documentation I understood that “before” encompasses all the dates before the date specified? Is there something I misunderstood or is this a bug?

I think your syntax is off. Check the Quick Reference Guide.

Try removing date from your queries.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.