MySQL Forums
Forum List  »  Full-Text Search

Re: utf8.xml? Need to search "C++" and "C#"
Posted by: Faury Rodriguez
Date: April 24, 2008 08:24AM

One option you can try is to replace the non-true word characters with true word characters. As an example, + can be replaced by _p_ and # by _s_. Then when a user searches for C++ you actually search for C_p__p_ and so forth. The only thing is you will have to preprocess your fields and normalize the input in the same way.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: utf8.xml? Need to search "C++" and "C#"
3336
April 24, 2008 08:24AM


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.