Task queries for tags and future days

Going to be referencing my website as it is a bit easier for me to find stuff :slight_smile:

Yes:
https://siferiax.github.io/#/page/logseq%2Fquery%20tests/block/✅%20where%20not%20exists

No, we can sort our results by different things, but we can’t replicate the group-by-page view that is the default result view of blocks.
So we could sort by tag to have it look like

  • TODO tag1 task
  • TODO tag1 task 2
  • TODO tag2 task

Etc. But not actual grouping.

Yes, can define boundaries however you like.
Plenty of different examples on this forum.
But taking something very simple:

If we change the inputs from :today to :tomorrow you have a different timeframe.
Or you can change the [(>= ?d ?start)] to [(> ?d ?start)] and leave the :today in the inputs.

Let me know what you are looking for exactly if you need more help!