I tried using “LIKE” but it is a bit too exact. Is there anyway to search for matched results using somewhat of a ballpark scope?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are probably looking for mySQL Fulltext search.
It features various searching modes – the “natural language” mode is probably closest to what you are looking for. Fulltext search can be tricky sometimes, be sure to read the comments in the manual for some non-obvious huge gotchas.
If that is not what you want, and you need to search for words that sound similar, check this question.