Url filtering on buttons not working

I need to search any value without clicking button all with resetfilters=1.

But now I need to click on this button always when I want to select other values. If you put resetfilters=1 to each button your url filtering not working, always get all values. It is inconvenience for the user. How it is possible to avoid it.
 
Not sure what you mean.
Doing
.../your-search-results?&catalog___flat_category[value]=2&resetfilters=1
is showing the expected 2 Bedroom apartement
 
It doesn't make a difference
.../your-search-results?catalog___flat_category[value]=2&resetfilters=1
is the same as
.../your-search-results?resetfilters=1&catalog___flat_category[value]=2

BTW: you don't need [value] if you don't have conditions or grouping
so
.../your-search-results?resetfilters=1&catalog___flat_category=2
is working, too
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top