You could try to investigate a spelling API that could be hooked up to your input. (Google Search should help here). This could then return a result with the suggestions for the customer - accessed via the Umbraco API facility.
Not done this myself as i never really had the need. I have used a similar process way in the past to return some results from a tags collection when the input is being used. Again, we just used the Umbraco API facility and return a result to display.
Custom search and spell suggestion
Hey,
I want to show spell suggestion with my custom search.
Can anyone guide me?
You could try to investigate a spelling API that could be hooked up to your input. (Google Search should help here). This could then return a result with the suggestions for the customer - accessed via the Umbraco API facility.
Not done this myself as i never really had the need. I have used a similar process way in the past to return some results from a tags collection when the input is being used. Again, we just used the Umbraco API facility and return a result to display.
Thanks for the reply.
My current search functionality is "Google Search" only and we migrating to UMBRACO custom search.
is working on a reply...