Query is not working

Hello all,

I’m trying to build a little (simple) query to get a subset of my tasks depending on the given tags, but I am unable to get it to work.

For example, I’d like to identify tasks that have either a #read or #watch tag and set up the following query: {{query (and (todo TODO DOING) (or [[read]] [[watch]]))}}. But this query returns all open tasks, including those without the desired tags. Is there a bug or am I missing something?

Thank you!