Legacy Docs: This page describes our legacy API. It will be deprecated in
a future version. Please use the v2 API where possible.
AND and OR operators. To combine query builder functions, see the
boolean query.
Multiple Terms
AND and OR can be used to combine and filter multiple terms.
ORed together by default.
Not Term
- omits results that contain a specific term. The following query finds documents that match
shoes or running but not white.