Dear Abu Ghufran,
I’m using the search form in the grid. What I need is to enter the word “play” and get all words that contains the letters “p,l,a,y” in all probability i.e (play, plya, pyla and so on)
Is this possible?
Thank you for your kind cooperation.
Best regards,
1 Answers
I am unable to find any such solution that fits with database WHERE condition.
If you know how to do it with SQL query, i can try integrating it.
So far i found this but not functioning in mysql:
https://stackoverflow.com/questions/13546187/how-to-match-any-combination-of-letters-using-regex
Your Answer