Haroenv / instantsearch-negative-refinement-list

Gives a list of items to exclude from the current search
https://npm.im/instantsearch-negative-refinement-list
MIT License
3 stars 3 forks source link

implement standard InstantSearch parameters #1

Open Haroenv opened 3 years ago

Haroenv commented 3 years ago
marcantoineveilleux commented 10 months ago

Hey @Haroenv, I am looking to implement those, could you point me in the right direction? I can't figure out how / where should i implement these.

Haroenv commented 10 months ago

Hi @marcantoineveilleux, the way to go would be looking at the implementation of those parameters in mainly connectRefinementList of the InstantSearch.js codebase.

Are you using this widget in production?