I currently have database items with “Skönhet Kroppsvård Massage Spa” as category (in one string).
Currently I use
WHERE Select6 LIKE '%spa%'
What I want is to select eg. “Spa” and get the fields containing “Spa” and not “Spas”
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.
Look into mySQL fulltext search. It takes some time to get into and has some caveats, but it’s probably the only sane way to fulfill your requirement.
Boolean full-text searches should work for you, for example