Full Text Search
Hi everybody,
I am trying to play around with full text search, however it doesnt seem to be working on my machine. I have got 3.23.54 mysql version and a test table with some data in it mainly containing the word 'test'. I have altered the table and added the full text capability to the columns and I am trying to run a query such as:
SELECT * FROM table WHERE MATCH(title, body) AGAINST ('test');
I am getting back a result that says : Empty Set.
How is this possible? I know that my mysql version supports Full text. Could anybody please help me?
Thanks a lot!
Subject
Views
Written By
Posted
Full Text Search
4454
March 06, 2005 07:42AM
2757
March 18, 2005 12:58PM
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.