b t wrote:
> should be "Schwarzenegger". In this case, the "LIKE" operator in SQL
> is not capable enough. It would be nice if the search would match
> last names "similar to" "Schwarseneger". Can Some one please give me
> some pointer on this or even sample code that you might have
> implemented. So basically the thing that I'm doing is like a spell
> check system where it return the closest match to the word.
See contrib/fuzzystrmatch
HTH,
Joe