Data Queries
Find data matching a list of search params
for a given datatype
:
where params
is a list of lists of key
, operand
and value
:
For example, querying all event
data with a location of "San Francisco":
Or searching nested data:
Supported operands¶
The following is a list of supported operands that can be used in search params.
Operand | Description |
---|---|
> |
greater than |
< |
less than |
>= |
greater than or equal |
<= |
less then or or equal |
= |
equal to |
in |
in a list |
not_in |
not in a list |
!= |
not equal to |
~= |
regex pattern matching |