multiselect filtering problems
-
I noticed that multiselect filtering does not work as it should…
It works fine with amenities filter (it is placed after the range filters (price area). another multiselect filter that is placed before is working with an “and” operator (if you select 2 options that each filter out a couple of listings it returns 0 results)If I place the filtering options to the end of the URL it generates it works fine…
?range[area]=94;190&range[price]=218571;790000&category[]=6&tip_stanovanja[]=369&tip_stanovanja[]=367 returns 2 results as it should
?tip_stanovanja[]=369&tip_stanovanja[]=367&range[area]=94;190&range[price]=218571;790000&category[]=6 returns 0 resultsAny ideas on how to solve this?
- The topic ‘multiselect filtering problems’ is closed to new replies.