Thread
:
Zend_search_lucene don't support UTF-8 ?
View Single Post
#
4
(
permalink
)
04-22-2008, 09:51 PM
lucassus
Junior Member
Join Date: Aug 2007
Posts: 2
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.
lucassus
View Public Profile
Send a private message to lucassus
Find all posts by lucassus