Hey,
I'm trying django-haystack with Solr and HAYSTACK_INCLUDE_SPELLING = True
.
How do you access the spelling suggestions on the template (generated by the default SearchView
) ?
Edit: another question: Can the Spelling Suggestion find words from the database ? For example, using the default Note
model from the haystack doc, and the default SearchView
, there is no spelling suggestions when I search the word "Lorm" when the database contains a note called "Lorem ipsum". Is it normal ?
Thanks :-)