Bug #15058
closeddoesn't work russian search with utf-8
0%
Description
on cyrillic site with utf-8 charset search doesn't work.
search result is emty.
config{
language = ru
htmlTag_langKey = ru
locale_all = ru_RU.UTF-8
metaCharset = utf-8
renderCharset = utf-8
}
indexed_search version 2.1.3
(issue imported from #M1611)
Updated by Michael Stucki about 19 years ago
I think this would work if you used forceCharset = utf-8 instead of setting renderCharset and metaCharset.
Please confirm.
Updated by Dmitry Pikhno about 19 years ago
hmm..
i do not how it happened but i realized that i have indexed search as system and local extension.
Ext.Manager tells that version is 2.1.3
but files in dirs are different.
for example:
in local dir
$Id: class.tx_indexedsearch.php,v 1.1 2004/11/16 15:24:27 typo3 Exp $
sytem dir
$Id: class.tx_indexedsearch.php,v 1.12 2005/05/12 22:54:17 mundaun Exp $
i removed local version. and now it works ok with my settings.
sorry for disturbing.
Updated by Michael Stucki about 19 years ago
Yeah I know, indexed_search in 3.8.0 contains the same version number like in 3.7.0. Sorry for that, can't change it...