I’m trying to learn the syntax for all this, and as a simple test, wanted to create a query to see all tasks completed in the current day.
But this returns 0 results:
TASK WHERE completed AND completion = date(today)
But strangely, this returns expected results:
TASK WHERE completed AND completion != date(today)