When enabled, users will be limited to rows in the topic that match their user attribute value. Refer to the Controlling data access guide for more information.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
enable_sql_like_wildcard parameter switches the access_filter comparison operator from = to LIKE but does not automatically add wildcards to your attribute value. To achieve pattern matching, you must manually include the % wildcard characters within the user attribute value itself (e.g., setting the attribute to %@example.com%). This allows for granular control, enabling exact matches for some users and partial matches for others using the same filter configuration.
Properties
An array of access filter configurations that limit row access based on user attributes.
Examples
Filter by brand_name