Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django-Haystack + Whoosh - Are misspelling suggestions possible?

I'm using Whoosh and Django-Haystack. I would like to make use of query suggestions for when users mistype words.

e.g. Maybe you meant "unicorn"


Is it necessary to use another search engine? Or can I successfully achieve this with Whoosh?

like image 360
RadiantHex Avatar asked Oct 14 '22 03:10

RadiantHex


1 Answers

Haystack lets you enable spelling suggestions, and that does work with Whoosh.

like image 137
owenmarshall Avatar answered Oct 18 '22 13:10

owenmarshall