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.

Tutorial
How-to

Add SearchQueryAdminMixin to a ModelAdmin, using the worked ArticleAdmin example.

How-to guides
API reference

The SearchQueryAdminMixin API, its hooks, and the JSON endpoints behind the colored input.

API reference
Explanation

Loose coupling to the core package, and how the search box degrades without JavaScript.

Explanation
Colored input

The optional vanilla-JavaScript search input: syntax highlighting and autocomplete.

Colored search input