I want to make a search for articles on my website –
is it ok to use just plain ‘LIKE’ statement or is there a better search algorithm to use with MySQL? (its important it be efficient)
I want to make a search for articles on my website – is it
Share
You should look into using Full-Text Search.
It might also help you to read about the Tradeoffs of MySQL LIKE vs Full-Text