According to my understanding, this query should be theoretically possible, practically it does not work for me: {{query (and (task DOING TODO) (or "John Doe" "Jane Doe"))}}
If you assign properties to the block, e.g. “responsible::”, then it works: {{query (and (task TODO DOING) (or (property :responsible [[Jane Doe]]) (property :responsible [[John Doe]]))) }}