true, string comparisons ignore differences in letter casing. Defaults to false unless explicitly set to true.
This is a modifier property used in conjunction with other string filters like
starts_with, ends_with, contains, or is.Syntax
Properties
The string field to filter on, specified in the format
view_name.field_name.The string filter operator to modify. Can be:
If
true, string comparisons will be case-insensitive. Omit or set to false for case-sensitive matching.Examples
Matches any of: admin, Admin, ADMIN
Matches any of: Premium, PREMIUM, premium
Matches: active (case-sensitive)