I am looking for a function to help my users who are "spelling challanged", this is especially true when proper nouns are concerned, most of the errors in spelling are phonetically correct. How does the Fuzzy search work with phonetically spelled word i.e. "sounds like". See the link to the Metaphone below.
Metaphone algorithm.
http://velocity.activestate.com/code/cp ... phone.html
or the older soundex seems to work well w/ names.
From your documentation:
"The approximate pattern matcher lets you find "looks roughly like" or "sounds like" information. To invoke a fuzzy match precede the word or pattern with the '%' (percent) character."
Thanks
Leon
Metaphone algorithm.
http://velocity.activestate.com/code/cp ... phone.html
or the older soundex seems to work well w/ names.
From your documentation:
"The approximate pattern matcher lets you find "looks roughly like" or "sounds like" information. To invoke a fuzzy match precede the word or pattern with the '%' (percent) character."
Thanks
Leon