farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 76 forks source link

Filter by multiple values of a foreign key #17

Open jphilip opened 5 years ago

jphilip commented 5 years ago

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?

jphilip commented 5 years ago

I submitted a PR for this: PR #18

jenarvaezg commented 5 years ago

This would be a great addition

raphodn commented 3 years ago

That would be awesome. In the meantime, I was wondering if you know of any alternatives to provide multi-value filter selection ?

illing2005 commented 3 years ago

@farhan0581, is this feature on your roadmap?

pannkotsky commented 5 months ago

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.