Skip to main content
Filters string fields using SQL LIKE pattern matching with wildcards. Returns rows where the field value matches the specified pattern using SQL LIKE syntax. Can be used with case_insensitive to perform case-insensitive matching.
To create this filter in a workbook, use the is like operator.

Syntax

Properties

object[]
The string field to filter on, specified in the format view_name.field_name.

Examples

Matches names containing both 'Adel' and 'Vargas' in that order
Matches products starting with 'prod' and ending with any 3 characters
Matches email addresses from gmail.com (case-insensitive)