AND
and OR
operators. To combine query builder functions, see the
boolean query.
AND
and OR
can be used to combine and filter multiple terms.
OR
ed together by default.
-
omits results that contain a specific term. The following query finds documents that match
shoes
or running
but not white
.