case_insensitive to perform case-insensitive matching.
Syntax
Properties
The string field to filter on, specified in the format
view_name.field_name.The prefix string to match. Returns rows where the field value begins with this substring.
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.