algolia / algoliasearch-magento-2-es-compatibility

Algolia Search ES Compatibility module for Magento 2 >=2.3.1 || >=2.2.8
Other
0 stars 6 forks source link

fix/category-instantsearch-url-parameter #3

Closed bsuravech closed 4 years ago

bsuravech commented 5 years ago

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.

bsuravech commented 4 years ago

Closed in favor of PR#6