How to search just TODOs? The ones that are not DOING or DONE, but just in the initial TODO state?

I have pages set up for listing my DOING tasks with a query {{query (task DOING)}} - works OK.
A query {{query (task TODO)}} does not work, produces an error saying: Query Error: (task TODO).

What am I doing wrong?

Using simply {{query (task TODO)}} works for me, but you could perhaps try {{query (task status TODO)}} and see if that works?

1 Like

Maybe try again? The syntax is correct.

1 Like

Thank you, updated Logseq from 0.8.16 to 0.8.17 today, now the query works in both versions:
{{query (task status TODO)}}
{{query (task TODO)}}