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:
id , detected_at , resolved_at , blocks_device_at , title , issue_key , issue_value , exempted , check_id , device_id , last_rechecked_at
Search clauses can be combined with the AND and OR operators.
For more information, see the search documentation.