5

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?

RadiantHex
  • 24,907
  • 47
  • 148
  • 244

2 Answers2

4

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

owenmarshall
  • 865
  • 7
  • 10
0

I have no experience with Whoosh, but comparing edit distance and rolling your own wouldn't be too complex, if necessary.

Wayne Werner
  • 49,299
  • 29
  • 200
  • 290