django-global-search library

Hi everyone
I’ve just released a new Django package called django-global-search
It provides a way to search across multiple models within the Django Admin interface

Key features:

  • Search across multiple ModelAdmins at once
  • Group results by app label
  • Supports has_more flag (load more results)
  • Includes direct Admin links for each object

I built this over the past couple of days during my time off — it started as a small idea,
but now I’m thinking about how to shape its direction moving forward.
Any thoughts, feedback, or feature suggestions would be greatly appreciated

GitHub: GitHub - 2ykwang/django-global-search: Global search for Django Admin, search across all registered models with permissions and search_fields support.