0
votes
How do I do a fuzzy match of company names in MYSQL with PHP for auto-complete?
SOUNDEX is an OK algorithm for this, but there have been recent advances on this topic. Another algorithm was created called the Metaphone, and it was later revised to a Double Metaphone algorithm …
