View Single Post
  #7 (permalink)  
Old 04-23-2008, 11:44 AM
rassen rassen is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default

Quote:
Originally Posted by lucassus View Post
You could write text analyzer to replace non-standard characters to their equivalents. For instance you can replace
'ą' to 'a' or more complex 'ą' to 'xxxaxxx' and vice-versa during search.
Tomorrow I will send you sample code. It works perfectly.
i tested it, with your solution, my data will be not perfectly.
the search query can be proccess, however data return is not UTF-8 data.
I thinked about this solution, perhaps for guarantee my data, i need store one field with 2 version
- Pure non-utf8 data
- and utf8 data

one for search, and one for display in search result
too much cost.

(sorry for my english skill)
Reply With Quote