Contents

django-haystack 3.2.1

0

Pluggable search for Django.

Pluggable search for Django.

Stars: 3535, Watchers: 3535, Forks: 1300, Open Issues: 578

The django-haystack/django-haystack repo was created 15 years ago and the last code push was 20 hours ago.
The project is very popular with an impressive 3535 github stars!

How to Install django-haystack

You can install django-haystack using pip

pip install django-haystack

or add it to a project with poetry

poetry add django-haystack

Package Details

Author
Daniel Lindsley
License
Homepage
http://haystacksearch.org/
PyPi:
https://pypi.org/project/django-haystack/
Documentation:
https://django-haystack.readthedocs.io
GitHub Repo:
https://github.com/django-haystack/django-haystack

Classifiers

  • Utilities
No  django-haystack  pypi packages just yet.

Errors

A list of common django-haystack errors.

Code Examples

Here are some django-haystack code examples and snippets.

GitHub Issues

The django-haystack package has 578 open issues on GitHub

  • Update setup.py for Elasticsearch 7
  • replace smart_text with smart_str for Django 4.0.1
  • ModelSearchIndex converts DateField to DateTimeField which prevents indexing using Xapian Backend
  • forms.py: Fix Django 4.0 compatibility
  • Django 4.0 Incompatability
  • [pre-commit.ci] pre-commit autoupdate
  • can't update index with workers
  • Result window too large
  • Feature Request: PostgreSQL Full Text Search support

See more issues on GitHub

Related Packages & Articles

django-filter 24.2

Django-filter is a reusable Django application for allowing users to filter querysets dynamically.