django-admin-search-queryΒΆ
An optional Django admin integration for django-search-query β reach for it when you want a changelist search box that understands the structured query language; the core package works without it.
Tutorial
Build a search registry and run a query against a Django queryset.
How-to
Add SearchQueryAdminMixin to a ModelAdmin, using the worked ArticleAdmin
example.
API reference
The SearchQueryAdminMixin API, its hooks, and the JSON endpoints behind the
colored input.
Explanation
Loose coupling to the core package, and how the search box degrades without JavaScript.
Colored input
The optional vanilla-JavaScript search input: syntax highlighting and autocomplete.