algolia / algoliasearch-client-swift

⚡️ A fully-featured and blazing-fast Swift API client to interact with Algolia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a `filters` field in the query rules condition

chloelbn opened this issue · comments

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”
  },
  …
}