Skip to main content

Enforce all conditions with AND  

Takes a list of conditions and returns true only if all conditions are true.

Enforce any condition with OR  

Takes a list of conditions and returns true if at least one condition is true.
When using the SDKs or curling the endpoint, the query name must match what is defined in the queries.hx file exactly.

Example 1: Using AND for range filtering

Here’s how to run the query using the SDKs or curl

Example 2: Using OR for multiple valid options

Here’s how to run the query using the SDKs or curl

Example 3: Complex nested AND and OR conditions

Here’s how to run the query using the SDKs or curl