For example, I want to search a word 'marple', this should return row with near or exact word like 'marble','maple','marple', etc...
How to do it in mysql query? or better give word suggestion if any?
SOUNDEX function.
"Two strings that sound almost the same should have identical soundex strings."
In MySQL you can try use soundex function, but it's not a real solution. Use Sphinx or Lucene.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With