MySQL Forums
Forum List  »  Full-Text Search

Full Text doesn't work properly in mysql 3.23
Posted by: d p
Date: October 05, 2007 01:23AM

hi plz help me out.Our Live servers are working on mysql 3.23.Now we added Fulltext key on one table named as v3_adv_keywords.

select keyword from v3_adv_keywords where match(keyword) against("ethic 'jewelry"); this is my query.poor Mysql 3.23 will not have the In Boolean Mode option So I am getting all the words started with "ethic" also.But i need to get the keywords as a single word like 'ethic jewelry'.

plz give me the solution

Options: ReplyQuote


Subject
Views
Written By
Posted
Full Text doesn't work properly in mysql 3.23
4031
d p
October 05, 2007 01:23AM


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.