cf.Query.__or__

Query.__or__(other)[source]

The binary bitwise operation |

Combine two queries with a logical Or operation. If the value of both queries is the same then it will be retained on the compound query.

x.__or__(y) <==> x|y