I am creating a search form using php and the sort function LIKE
in sql to find results from database for a keyword but let's say I have a title "Mr.Robot Season 4 is on Netflix" I want users to be able to find this title by typing "mr robot" and not explicitly typing the fullstop and with LIKE it is not possible. So how can I do this?
Asked
Active
Viewed 63 times
1

djkhalen
- 43
- 1
- 5
-
https://stackoverflow.com/help/mcve – Edwin Dec 14 '17 at 16:11
-
this seems kinda relevant: http://mrbool.com/how-to-create-your-own-search-engine-with-php-and-mysql/32733 – SaggingRufus Dec 14 '17 at 16:14