Re: mysql fulltext search Can't find FULLTEXT index
hi chris
Your "SELECT * FROM test WHERE MATCH(`address`) AGAINST('road')" is right but when we talk about the create statemnt the there is no full text index is defined.
So there could be the problem adding index.Check your index properly and let me know is there index defined on address column.
Amitabh Mishra
http://aboutmysql.blogspot.com/
Subject
Views
Written By
Posted
10769
April 27, 2009 09:15AM
5033
April 28, 2009 12:30PM
5331
April 28, 2009 02:20PM
Re: mysql fulltext search Can't find FULLTEXT index
4771
May 01, 2009 11:48PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.