Topic by John Stephen
Content
Hi everyone,
I'm building a web interface to the Knowledge Foundation API SOAP service using Python/Django. I'm using the SearchContent Operation to search FAQs content and have set "IncludeSpellingSuggestions" to true.
It all works nicely, I'm getting search results in the response, and spelling suggestions. What I can't figure out is how to make the spelling suggestions useful to the user.
Does anyone have any suggestions?
Thanks in advance!
John