django-admin-autocomplete-filter icon indicating copy to clipboard operation
django-admin-autocomplete-filter copied to clipboard

Filter by multiple values of a foreign key

Open jphilip opened this issue 5 years ago • 5 comments

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 avatar Jul 24 '19 22:07 jphilip

I submitted a PR for this: PR #18

jphilip avatar Jul 25 '19 21:07 jphilip

This would be a great addition

jenarvaezg avatar Aug 29 '19 13:08 jenarvaezg

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

raphodn avatar Nov 27 '20 08:11 raphodn

@farhan0581, is this feature on your roadmap?

illing2005 avatar Mar 24 '21 12:03 illing2005

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.

pannkotsky avatar Apr 16 '24 14:04 pannkotsky