Hi
I want to have a preselected facet item on my search page, so when the visitor first arrives at the page a certain refinement is already selected.
I can get this working no problem with a refinement list using:
instantsearch.widgets.configure({
conjunctiveFacetsRefinements: {
country_name: [‘English’],
},
}),
But I also have a menuSelect widget, how would I have one of my menu options preselected?
Thanks as always