Closed samouss closed 1 year ago
To give more details, refine(['a','b'])
should be possible, like it is in React InstantSearch
Since this is specific to InstantSearch.js, should we move this ticket @Haroenv?
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