MySQL Full Text Search instead of LIKE
filed in Programming, SQL on Sep.03, 2008
There are lots of information in the internet which you can find about full text search syntax of MySQL. A good tutorial is of course in the MySQL’s Documentation.The other informations you find are coming from there generally.
But something is missing. How can I make regular expression search using full text search engine! As the [...]