Guide To Writing Queries

2min

Query Terms

A query consists of one or multiple Query Terms, which are connected using the logical operators and or or.

Document image


Each query term consists of a left-hand side argument (LHS), an operator, and a right-hand side argument (RHS). Some operators expect multiple arguments on the RHS, such as between and in.

Document image


The LHS must always be a field. The RHS can be either a field or a value.

Where to go from here



Updated 25 Mar 2024
Doc contributor
Did this page help you?