What is MySql equivalent of Sql Server Full Text Search?
Posted
by Nitesh Panchal
on Stack Overflow
See other posts from Stack Overflow
or by Nitesh Panchal
Published on 2010-05-18T09:35:06Z
Indexed on
2010/05/18
9:40 UTC
Read the original article
Hit count: 142
mysql
Hello, I have worked with Sql Server in past and used it's very nice feature called Sql Full Text Search. Now i have to work with MySql. Can anybody tell me what is equivalent of Full Text Search in MySql? I am using free edition of MySql and not a commercial one. If not, then what else can we do to mimic Full Text Search and get over the limitations of LIKE operator?
Thanks in advance :)
© Stack Overflow or respective owner