Web200 / magento2-elasticsuite-ajax

Add Elasticsuite ajax navigation
23 stars 8 forks source link

filter are not updated with the ajax call #1

Closed Tahuna1 closed 3 years ago

Tahuna1 commented 3 years ago

i have this issue on mulitselect filter: when i check an filter the results are updated, but not the filter (show filter options and counts behind the options) when i go into the address bar in the browser and make page reload with current filter url the filters are updated as normal.

Example: 'DC input voltage' shows no changes after the ajax call (see filter-after-ajax-call.png), but changes are shown after an hard page reload with the current filter url (filter-after-page-load.png filter-after-ajax-call filter-after-page-load

)

kpitn commented 3 years ago

Hi @Tahuna1,

I just push a fix for this issues on master.

Tahuna1 commented 3 years ago

looks good now thx