django-admin-site-search
django-admin-site-search copied to clipboard
A search (cmd+k) modal, for the Django admin UI, that searches your entire site.
I have many models that have a ForeignKey field to the User model. When I use django-admin-site-search to search for "[email protected]" by default I only get that user as a...
At the moment every model that's registered with the admin site is searched through, but I have some models that I'd like to exclude. They're not interesting to search through...
All of my models that I want to have searchable already have a custom ModelAdmin. And all of them have a `search_fields` property which determines which fields I want to...
When using django-jazzmin and django-admin-site-search together, a critical compatibility issue arises, impacting the functionality and user experience of the Django admin interface. Notably, the search button is missing from the...