A query clause used to filter the set of resources returned. Use
: for exact matches (including for boolean fields), ~ for
partial-string matches. :["a","b","c"] or :[1,2,3]
can be used for fields that support multi-value search.
Datetime fields support exact-matching
(:) as well as less-than (<) and greater-than (>). The
searchable fields are:
timestamp , city , country , ip_address , agent_version , browser_name , person_name , person_email , person_id , device_id , result
Search clauses can be combined with the AND and OR operators.
For more information, see the search documentation.