hi,
I am new to drupal. :) This may be a easy question.
I installed Search Lucene API's 6.x-2.0-rc2 and created about 20 nodes/pages that have english character and 5 nodes/pages chinese character(utf8 format) on it.
The english word searching is perfectly fine. However, the search for chinese words does not work perfectly. For example, all 5 pages contains 2 chinese character, the result only return one link.
is there any special configuration for the utf8/multibytes word searching?

thank you!
irvin

Comments

cpliakas’s picture

Hi Irvin.

Thanks for posting. I did some research, and there seems to be a bug with Chinese characters in the Zend Framework components. See the following issue for more details: http://framework.zend.com/issues/browse/ZF-6899. I will track it to see if there is a good solution to apply to the module. If you are able to find a fix, please feel free to post as well.

Thanks for the bug report, and sorry for your issues,
Chris

smile_irvin’s picture

hi Chris,
thanks for finding it out.
irvin

cpliakas’s picture

Status: Active » Postponed
Issue tags: -utf8 chinese multibytes +7.x-3.0-dev

Postponing, because this is dependent on the ZF components incorporating this functionality.

cpliakas’s picture

Status: Postponed » Closed (won't fix)

Marking as won't resolve, because I am using the latest version of Zend_Search_Lucene which still doesn't have the fix. There isn't much I can do here since the issue is upstream.