Hi,
I found a following problem:
When searching the index with search term with nordic characters, it fails
to get proper results.
For examples terms "häst" and "höst" will get the same result, as if the
second letter is ignored.
Does anyone know why and how it could be fixed?
Every field is added like:
$doc->addField(Zend_Search_Lucene_Field::UnStored('contents', $contents,
'utf-8'));
if I take the 'uft-8' away, results will show all special characters funny.
br, Marko
--
View this message in context:
http://www.nabble.com/Lucene-and-nordic-characters-tp19094111p19094111.html
Sent from the Zend Framework mailing list archive at Nabble.com.