always_where_sql.
When a new
default_filter is defined, it will only apply to new queries. The filter will not be added to existing queries.Syntax
Properties
A map of field names to filter conditions. Each key is a field in the format
view_name.field_name, and the value is an object containing filter operators and values. Refer to the Filters documentation for available operators and syntax.