Filters for exact equality. This operator applies to all filter types (time, numeric, and string fields) and matches rows where the field value exactly equals the specified value.Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Properties
The field to filter on, specified in the format
view_name.field_name. Can be a time, numeric, or string field.The exact value to match. Type should correspond to the field type (string, number, or date).
Examples
Match active users
Match products with a price of 77.00
Match users created on January 1, 2024