Skip to content

django-haystack/django-haystack

Folders and files

NameName
Last commit message
Last commit date
Oct 14, 2024
Oct 28, 2024
Apr 30, 2024
Mar 3, 2025
Mar 3, 2025
Jan 14, 2024
Feb 17, 2016
Jul 20, 2016
Mar 3, 2025
Jan 14, 2024
Aug 31, 2021
Jun 10, 2021
Jul 28, 2013
Dec 20, 2011
Jun 4, 2024
Aug 7, 2024
Aug 7, 2024

Repository files navigation

https://readthedocs.org/projects/django-haystack/badge/ https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336

Haystack

author:Daniel Lindsley
date:2013/07/28

Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.

Haystack is BSD licensed, plays nicely with third-party app without needing to modify the source and supports advanced features like faceting, More Like This, highlighting, spatial search and spelling suggestions.

You can find more information at http://haystacksearch.org/.

Getting Help

There is a mailing list (http://groups.google.com/group/django-haystack/) available for general discussion and an IRC channel (#haystack on irc.freenode.net).

Documentation

See the changelog

Requirements

Haystack has a relatively easily-met set of requirements.

  • Python 3.8+
  • Django 3-5

Additionally, each backend has its own requirements. You should refer to https://django-haystack.readthedocs.io/en/latest/installing_search_engines.html for more details.