If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Full-text search supports Accent insensitive matches?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-27-09, 20:56
fcaserio fcaserio is offline
Registered User
 
Join Date: Aug 2009
Posts: 1
Full-text search supports Accent insensitive matches?

The word "criança" is registered on the indexed field on several records of my table.

The following statements returns this records:
field LIKE _utf8'%crianca%'COLLATE utf8_unicode_ci
MATCH(field) AGAINST (_utf8'criança'COLLATE utf8_unicode_ci IN BOOLEAN MODE)

But when using match with the unaccented word I get no results
MATCH(field) AGAINST (_utf8'crianca'COLLATE utf8_unicode_ci IN BOOLEAN MODE)

Does Full-text search supports Accent insensitive matches?

tks for any help
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On