- π§πͺBelgium borisson_ Mechelen, π§πͺ
#18
From my personal experience, views with tons of exposed filters are usually admin views (for which I couldn't care less about the URL), and for user facing views with lots of filters I'll always try to use Facets which doesn't have this problem. Β―\_(γ)_/Β―
This is now different with facets 3.x, which can now use views exposed filters instead of its own url handling, rendering and ajax handling.
This means we now frequently get this question as well. - πΊπΈUnited States dww
Running into this again.
I still don't understand #19. Where's the redirect needed in #16? Views is creating a response with a pager full of links. Each of those links could be "scrubbed" to only include query arguments for filters (or sorts, or whatever) that are set to their default values. These links would all be totally valid. I do this manually all the time and it works just fine. No redirects needed.
- Merge request !12138feat #2904921: Views Exposed filter UX: omit default and empty exposed filter values from URL β (Open) created by dww