Hi!
I would like to generate a link which would redirect to a search result pre-filtered with an OR condition. Ideally, that OR condition would apply between two menu facets like so:
/search?index[menu][country]=franceORindex[menu][city]=Madrid
Is that possible using the react-instantsearch-hooks-web
library with the routing feature?
Thanks