Filters string fields for values that start with a specified substring. Returns rows where the field value begins with the specified prefix. Can be used withDocumentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
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.