MySQL Forums
Forum List  »  Full-Text Search

Re: Fulltext and Unicode
Posted by: Muhammad Husseing Fattahizadeh
Date: April 13, 2008 11:23PM

i have a problem like that i think. i'm a persian and use utf8_bin encoding.

SELECT * FROM `main_people` WHERE MATCH (`people_firstname`) AGAINST ('محمد');

MySQL returned an empty result set (i.e. zero rows). (Query took 0.0030 sec)

this query hase been return a empty result but i have a name that registered in row 1 in `people_firstname`.

Options: ReplyQuote


Subject
Views
Written By
Posted
6874
March 22, 2008 03:18PM
Re: Fulltext and Unicode
3772
April 13, 2008 11:23PM


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.