Home:ALL Converter>Django search with Whoosh but no Haystack?

Django search with Whoosh but no Haystack?

Ask Time:2013-10-12T14:32:35         Author:Al Bundy

Json Formatter

I'm just wondering what is exactly the functionality that haystack provides and if I need it.

I mean the search and indexing is done by whoosh. As far as I can tell, haystack is just offering ready made views, and forms. If I want to write my own form and views do I still need haystack? Am I missing something?

P.S. I don't plan to use any other search engine than whoosh so I also don't need haystacks's multiple search engine wrapping.

Author:Al Bundy,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/19331304/django-search-with-whoosh-but-no-haystack
yy