You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The engine will expose a new field called filters in the condition of the query rules. This will enable customers to trigger rules based on the facet and filter that are applied to the query.
Example:
{
“condition”: {
“filters”: “type:house AND amenity:fireplace AND amenity:place”
},
…
}