I have been looking and researching for the past week and can’t find anything similar to what I’m trying to achieve. I’m building a real estate site and the client is adamant about wanting a search results filter box that has checkbox fields instead of dropdowns, and doesn’t require a page reload. The variables wouldn’t be dependent of each other and could be searched in any combination.
I’ve contacted the people at Planet-ee about their search results 1.3 plugin but they confirmed they would have to make a custom build. I know the page embed refresh would have to be done with AJAX. I was trying to pass the filter variable results through the URL, but am unsure how to have different form fields work together to build on URL.
Surely I’m not the only one who has tried this?