MySQL Forums
Forum List  »  Full-Text Search

Re: mysql fulltext search Can't find FULLTEXT index
Posted by: amitabh mishra
Date: May 01, 2009 11:48PM

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/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql fulltext search Can't find FULLTEXT index
4652
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.