Re: Return results for suggested SpellCheck terms

2008-08-22 Thread Erik Hatcher
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

Re: Return results for suggested SpellCheck terms

2008-08-22 Thread Chris Hostetter
: 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