Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a filters field in the query rules condition #1246

Closed
chloelbn opened this issue Jan 22, 2021 · 0 comments · Fixed by #1247
Closed

Add a filters field in the query rules condition #1246

chloelbn opened this issue Jan 22, 2021 · 0 comments · Fixed by #1247

Comments

@chloelbn
Copy link

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”
  },
  …
}
Haroenv added a commit that referenced this issue Jan 25, 2021
Haroenv added a commit that referenced this issue Feb 4, 2021
This was referenced Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant