Hello everyone.
I have a complex search engine.
My question though is simple.
Could someone show me and example of how I might use metaphone in a search engine statement that uses mysql?
SELECT * from TABLE where field LIKE "%String1%" AND field LIKE
"%string2%"
where would I put the metaphone function?