Open GoogleCodeExporter opened 9 years ago
`get_spelling_suggestion` accepts only words. It cannot correct entire query
string.
But you can split query to bits and pass them through `get_spelling_suggestion`
and
then join together again. Try it out.
Original comment by daevaorn
on 28 Aug 2009 at 11:53
How do I do this using djapian? What is the path to `get_spelling_suggestion`?
Original comment by and...@polyakov.name
on 28 Aug 2009 at 1:18
There is no public interface but you can dig in like this:
{{{
db = MyModel.indexer._db.open()
db.get_spelling_suggestion(word)
}}}
Original comment by daevaorn
on 29 Aug 2009 at 8:50
Original comment by daevaorn
on 19 Sep 2009 at 9:18
Original comment by daevaorn
on 19 Sep 2009 at 9:44
Original issue reported on code.google.com by
and...@polyakov.name
on 21 Aug 2009 at 8:21