Simple query question

I am trying to filter all the “Doing” todos in my database. I have tried a very simple query {{query doing}}, which does pull all my Doing todos, but it also pulls all blocks that happen to have the word “doing” included in them (ex: a block that reads, “What am I doing tomorrow?”)

How can I only pull actual “todo” items?

I think I may have just figured out my own answer - {{query [[doing]]}} seems to do the trick!

{{query (task doing)}} should work as well.

1 Like