¡@

Home 

php Programming Glossary: soundex

Measure the pronounceability of a word?

http://stackoverflow.com/questions/1186213/measure-the-pronounceability-of-a-word

namelet.com good . Was thinking something to do with soundex may be appropriate but it doesn't look like I can use them to..

Whats the easiest site search application to implement, that supports fuzzy searching?

http://stackoverflow.com/questions/1899470/whats-the-easiest-site-search-application-to-implement-that-supports-fuzzy-sear

with memcache. Im looking to replace the FULLTEXT with soundex searching that I currently have which works... kind of but isn't.. right direction but you should be combining FULLTEXT and soundex mapping not replacing the fulltext otherwise your LIKE queries.. LIKE queries are likely be very slow. create table with_soundex id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY original..