Anvil News

Improving a SOUNDEX search

May 21, 2008
We were recently working on a project for a client and needed to be able to provide a useful search of the products database. In addition, we wanted to catch some common misspellings. My first thought was that this was going to be simple - just use a quick SOUNDEX() in MySQL. I've done this a million times and it works great. Generally when I've used it, it's been to find potential duplicates, etc. Let's take a look at that...When looking for potential dupli

Read Full Article >>

Latest News