mysql full text indexing problem utf8
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 ?
Subject
Views
Written By
Posted
mysql full text indexing problem utf8
6819
November 25, 2008 03:02AM
3660
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.