Boolean OR not working as expected in Task filter

Things I have tried

not done
(heading includes work) OR (description include  #work)

I’m referencing:

I’ve found that both individual filters work; it’s just the combination that’s not working. That is, both of these work correctly:

not done
heading includes work 

and

not done
description includes  #work 

(Note the required double space before #work here)

Bonus question: I also cannot get tags include #work to parse at all, so I’m using description as a hack.

What I’m trying to do

I’m trying to create a Tasks query to grab tasks with either:

  1. a heading containing the word “work,” or
  2. has a tag of #work (so that I can label tasks inline)

Please and thank you!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.