Views exposed filters undo facet filters
When using Views exposed filters combined with facets (facet API), things can go wrong.
Say, on your search page, you enabled a couple of facets. You'll notice that the values of the facets are stored in the URL as parameters. Views exposed filters does the same thing. Only when using an exposed filter, it removes the facet parameters from the URL. It would be nice when both can live next the each other in the URL.
After some digging around, I found there was already a sandbox module for this. And guess what, it works!
Just download the module via a git clone right here: Persistant url params, and enable it. That's it.
Say, on your search page, you enabled a couple of facets. You'll notice that the values of the facets are stored in the URL as parameters. Views exposed filters does the same thing. Only when using an exposed filter, it removes the facet parameters from the URL. It would be nice when both can live next the each other in the URL.
After some digging around, I found there was already a sandbox module for this. And guess what, it works!
Just download the module via a git clone right here: Persistant url params, and enable it. That's it.
Add new comment