case_insensitive to perform case-insensitive matching.
Syntax
Properties
string
required
The string field to filter on, specified in the format
view_name.field_name.string
required
The prefix string to match. Returns rows where the field value begins with this substring.
boolean
When set to
true, performs case-insensitive matching. Defaults to false (case-sensitive) if omitted.Examples
Matches: blobby@blobsrus.com, blob.ross@blobross.com
Matches: BLOB-CAKE, BLOB-cookie, etc.
Matches: Blobby, blobinator, etc.

