algolia / instantsearch-specs

CSS library for InstantSearch libraries
https://instantsearchjs.netlify.app/specs/
5 stars 4 forks source link

InstantSearch.js - Support refined multiple values at the same time inside RefinementList #91

Closed samouss closed 1 year ago

samouss commented 6 years ago

https://discourse.algolia.com/t/custom-refinement-widget-for-facet-combinations/6341/3

Haroenv commented 6 years ago

To give more details, refine(['a','b']) should be possible, like it is in React InstantSearch

sarahdayan commented 1 year ago

Since this is specific to InstantSearch.js, should we move this ticket @Haroenv?

Haroenv commented 1 year ago

We now can handle this with setUiState({ indexName: { refinementList: { attribute: ['a','b',]}}}), but a different value for refine could be interesting. If someone reopens on InstantSearch.js we'll reconsider