no
not at runtime - doing soundlike function for every word is a sure performance killer, you might want to do that _ONCE_ when generating main index which can be offline so that actual searches which are real-time stay as fast as possible.
IMHO all "sounds like" functions I've seen were pretty poor, but I find spell check at Google indespensable.
not at runtime - doing soundlike function for every word is a sure performance killer, you might want to do that _ONCE_ when generating main index which can be offline so that actual searches which are real-time stay as fast as possible.
IMHO all "sounds like" functions I've seen were pretty poor, but I find spell check at Google indespensable.

Comment