PackagesΒΆ

The workspace ships two independently-installable, independently-versioned packages. The core query language stands on its own; the admin integration is opt-in and depends on it through a loose version floor.

django-search-query

The core query language: compiles a search string to Django ORM Q objects. No UI, admin, or backend assumptions.

django-search-query
django-admin-search-query

Optional Django admin integration built on the core, with a vanilla-JavaScript search input. Depends on it through a loose version floor.

django-admin-search-query