Web200 / magento2-elasticsuite-ajax

Add Elasticsuite ajax navigation
23 stars 8 forks source link

how to remove underscore and some number in ajax url #5

Closed liyakat closed 1 year ago

liyakat commented 3 years ago

Hello,

i have some wired issue with extension to use ajax on category pages a url like

exklusiva-produkter?_=1621684698762&price=69-2105

adding ?_= will you please let me know how i can rmeove from url ?

Thank you

kpitn commented 3 years ago

Hi,

It comes from cache option in ajax query. $.ajax({cache: false)

You can test with cache: true, but I had behavioral errors with option set to true.

kpitn commented 2 years ago

Fix for caching is in v1.0.0