Quote:
Originally Posted by lucassus
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)