Instantsearch enabled on category pages, when reloaded with a parameter set from instantsearch facets like ?color=Blue, elasticsearch will throw a bad request error as it cannot retrieve the query correctly. Need to translate the values over to their optionID to get this to work.
What I did was create a Term builder that rewrites their Term builder to process the URL from instantsearch. This is a quick workaround. Ideally, I want to avoid altogether making a request to elasticsearch but this is due to the theme settings fetching from the DataProvider.
Instantsearch enabled on category pages, when reloaded with a parameter set from instantsearch facets like ?color=Blue, elasticsearch will throw a bad request error as it cannot retrieve the query correctly. Need to translate the values over to their optionID to get this to work.
What I did was create a Term builder that rewrites their Term builder to process the URL from instantsearch. This is a quick workaround. Ideally, I want to avoid altogether making a request to elasticsearch but this is due to the theme settings fetching from the DataProvider.