Displaying 1 result from an estimated 1 matches for "getspellingsuggest".
2010 Mar 19
1
GetSpellingSuggestion returns no results.
...olution. I've built an index containing about 20k items (the complete magic the gathering card database). I've managed to get search results, and get the query to filter on numerical parameters. However I'm totally unable to get the spellchecker to work. I'm using
Strout = database.GetSpellingSuggestion(text);
And I always get zero results.
I've got the expander to work, but not unless my initial query returned any results.
Is there anything in particular I need to do to get spelling to work?
Hans Petter