On Aug 22, 2008, at 12:32 PM, Chris Hostetter wrote:
: I'd like to have a handler that 1) executes a query, 2) provides
spelling
: suggestions for incorrectly spelled words, and 3) if the original
query
: returns 0 results, return results based on the spell check
suggestions.
:
: 1 & 2
: I'd like to have a handler that 1) executes a query, 2) provides spelling
: suggestions for incorrectly spelled words, and 3) if the original query
: returns 0 results, return results based on the spell check suggestions.
:
: 1 & 2 are straight forward using the SpellCheckComponent, but I can't