-1

Can anyone help me to do know about haystack? I have read about it in the official website. But I can't get it clearly what they do in it and in which purpose it will be used. Explain me about it with the example. Thanks in advance.

NorthCat
  • 9,643
  • 16
  • 47
  • 50
sankar
  • 83
  • 4
  • 16

1 Answers1

0

Haystack provides modular search for Django. It allows you to search on top of search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.)

It features a unified, familiar API that allows you to plug in different search backends without having to modify your code.

Read Docs Here for more info