django-admin-autocomplete-filter
django-admin-autocomplete-filter copied to clipboard
Filter by multiple values of a foreign key
Hi and thanks for sharing this app. Would it be hard to add support for filtering by multiple values of a foreign key (combined by OR), thus using a AutocompleteSelectMultiple control instead of AutocompleteSelect?
I submitted a PR for this: PR #18
This would be a great addition
That would be awesome. In the meantime, I was wondering if you know of any alternatives to provide multi-value filter selection ?
@farhan0581, is this feature on your roadmap?
Also opened a PR for this https://github.com/farhan0581/django-admin-autocomplete-filter/pull/94. I didn't see existing PR when pushing it but it seems abandoned. I'm using this fork in my project for now.