MySQL Forums
Forum List  »  Full-Text Search

mysql full text indexing problem utf8
Posted by: ahmad madani
Date: November 25, 2008 03:02AM

Hi
my database , table , field all are utf8_unicode_ci
I have a problem with this query :
select * from keywords where match (title) AGAINST ('p2p');
but I have no problem with this one ?
select * from keywords where match (title) AGAINST ('شبکه');
first query in English and second in Farsi ( Persian ) .
how can in solve this problem ?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql full text indexing problem utf8
6631
November 25, 2008 03:02AM
3547
November 25, 2008 08:31AM


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.