MySQL Forums
Forum List  »  Full-Text Search

Re: fulltext and arabic problem
Posted by: xingliang cai
Date: November 06, 2006 10:51PM

change the query to this:

Select title FROM links_search WHERE MATCH(title) AGAINST ('+arabic +keyword' in boolean mode)

Boolean mode search is different from normal mode search.

Options: ReplyQuote


Subject
Views
Written By
Posted
5771
November 06, 2006 08:22PM
Re: fulltext and arabic problem
2927
November 06, 2006 10:51PM
2697
November 06, 2006 11:04PM
2930
November 06, 2006 11:07PM
3040
November 21, 2006 05:32AM


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.