case_insensitive to perform case-insensitive matching.
Syntax
Properties
The string field to filter on, specified in the format
view_name.field_name.The suffix string to match. Returns rows where the field value ends 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@blobsrus.com, etc.
Matches: Everything but @gmail.com emails
Matches: blobsrus.com, BlobRoss.com, etc.