Search
This is a grid of search apps.
Search & Filter
| Package | Wagtail CMS | Django Haystack | Xapian-Haystack | django-admin-site-search | Algolia Search for Django | Django ModelSearch | django-meili | django-find | django-paradedb | django-typesense |
|---|---|---|---|---|---|---|---|---|---|---|
|
Description
|
A Django content management
system focused on flexibility and user experience |
Modular search for Django
|
A Xapian backend for Haystack
|
A search (cmd+k) modal, for
the Django admin UI, that searches your entire site. |
Seamless integration of
Algolia into your Django project. |
Index Django Models with
Elasticsearch or OpenSearch and query them with the ORM |
Django integration with
Meilisearch |
Easily add search/filter
functionality to Django projects |
Official extension to Django
for use with ParadeDB |
Django Search Powered by
Typesense |
|
Category
|
Framework | App | App | App | App | App | App | App | Other | App |
|
Using This
|
110
|
183
|
10
|
0
|
1
|
0
|
0
|
0
|
0
|
0
|
|
Python 3?
|
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Production/Stable | Unknown | Unknown | Production/Stable | Unknown | Production/Stable | Beta | Alpha |
|
Version (PyPI)
|
7.4 | 3.3.0 | 4.0.0 | 1.1.0 | 4.0.0 | 1.3.1 | 0.0.15 | 1.0.1 | 0.7.0 | 0.1.4 |
|
Stars
|
20,311 | 3,737 | 154 | 133 | 181 | 88 | 84 | 65 | 59 | 31 |
|
Forks
|
4,520 | 1,312 | 94 | 13 | 61 | 12 | 12 | 7 | 3 | 4 |
|
Commits
|
|
|
|
|
|
|
|
|
|
|
|
Updated
|
6 May 2026 | 6 Apr 2026 | 3 Apr 2026 | 4 Jan 2026 | 26 Dec 2024 | 7 May 2026 | 25 Feb 2026 | 5 Mar 2026 | 5 May 2026 | 23 Apr 2026 |
|
License
|
BSD-3-Clause | BSD License | GPL-2.0-or-… | MIT | MIT License | BSD-3-Clause | MIT License | MIT | MIT | MIT License |
|
Links
|
||||||||||
|
Feature Comparison
(click cells to edit)
|
||||||||||
|
Works with QuerySet
|
With both database and Elasticsearch |
—
|
—
|
—
|
|
—
|
—
|
|
—
|
—
|
|
Find as you type
|
|
—
|
—
|
—
|
|
—
|
—
|
Provides standard QuerySet; feature can be built on top of that
|
—
|
—
|
|
ElasticSearch
|
—
|
|
—
|
—
|
—
|
—
|
—
|
|
—
|
—
|
|
Sphinx
|
—
|
|
—
|
—
|
—
|
—
|
—
|
|
—
|
—
|
|
Woosh
|
—
|
|
—
|
—
|
—
|
—
|
—
|
|
—
|
—
|
|
Database Fulltext
|
—
|
|
—
|
—
|
—
|
—
|
—
|
|
—
|
—
|
|
Xapian
|
—
|
—
|
|
—
|
—
|
—
|
—
|
|
—
|
—
|
|
Search Resources
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
—
|
—
|
|
Solr
|
—
|
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
A Django content management system focused on flexibility and user experience
With both database and Elasticsearch
A search (cmd+k) modal, for the Django admin UI, that searches your entire site.
Seamless integration of Algolia into your Django project.
Index Django Models with Elasticsearch or OpenSearch and query them with the ORM
Easily add search/filter functionality to Django projects
Showing 10 of 27 packages in this grid.
Features Being Compared
Works with QuerySet
Should not break QuerySet, work as if a native QuerySet
Find as you type
Display instant results as you type, like Quora and Facebook search
ElasticSearch
Works with ElasticSearch
Sphinx
Works with Sphinx (search engine)
Woosh
Works with Woosh (pure python search engine)
Database Fulltext
Works with the built-in search capabilities of a database
Xapian
Works with Xapian
Search Resources
Look up into the database for some specific search criteria.
Solr
Works with Solr (lunene-based search engine)