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.
Asked
Active
Viewed 58 times
1 Answers
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

Vaseem Ahmed Khan
- 795
- 7
- 13