Changes between Version 1 and Version 2 of Ticket #32539, comment 9
- Timestamp:
- Feb 2, 2023, 3:27:34 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32539, comment 9
v1 v2 1 1 The PR here looks promising. With a [https://github.com/carltongibson/django_ticket_32539 simple test project] it correctly allows faceted (with counts) filtering. 2 3 4 * I think the documentation needs to spell out a bit more clearly what's going on (and the interrelation between multiple filters) 5 * Is the API OK...? — It's a bit clunky having to define each filter with the additional value added in the lookup label... — could we maybe make this work for all filters — especially the autogenerated ones from just a field name — perhaps with a query string toggle to turn faceting on for a given change list. (`?..&factets=1`) 🤔