MySQL Forums
Forum List  »  Full-Text Search

Fulltext with non-standard characters
Posted by: Milos Sakovic
Date: April 24, 2007 03:43AM

Hello!

I have a database with articles in my language (Serbian) and that means that in words there are non-standard caracters (ŠĐČĆŽ šđčćž). I have set up latin2_croatian_ci collation and it works like a charm.

When I search like this

MATCH(TextField) AGAINST('+ina' IN BOOLEAN MODE)

this should return wherever there is a WHOLE WORD ina, right? And it does, however, it returns where there is a word with non-standard character like (inače)...

Also, if i search for '+inače' it works as expected! Fulltext sees this as a whole word.

How do I make FULLTEXT indexer to treat "inače" as a normal word?

Options: ReplyQuote


Subject
Views
Written By
Posted
Fulltext with non-standard characters
4518
April 24, 2007 03:43AM


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.