-
Notifications
You must be signed in to change notification settings - Fork 834
Instant Search: Add sidebar filters support #13195
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
Conversation
…ing results yet. Lots of linter errors.
…te changes not triggering re-render though.
filterName={ filterName } | ||
title={ filter.name } | ||
type={ filter.type } | ||
results={ self.state.results } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsnmoon or @bluefuton this is the place where re-rendering when the results state changes is not working.
This is an automated check which relies on |
This work is being continued in #13332. |
Only affects the instant search prototype. Adds the aggregations to the api call based on the widget(s) configs and then renders the results.