Changes between Version 1 and Version 2 of Ticket #32539, comment 9


Ignore:
Timestamp:
Feb 2, 2023, 3:27:34 AM (20 months ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32539, comment 9

    v1 v2  
    11The 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`) 🤔
Back to Top