Why this query dosnt work?

I have 2 queries that work individually, but would like to combine in one with the OR clause
{{query (and (property :tags “etica”) (property :anki “nao”))}} ; work
{{query (and (property :tags “etica”) (not (property :anki)))}} ;work

{{query (or (and (property :tags “etica”) (property :anki “nao”))(and (property :tags “etica”) (not (property :anki)))}} ;not work

  • Looks like a bug in the parser:
    • Replacing or with and succeeds.
    • Replacing back to or (even through the GUI) fails.
  • Consider reporting it.