Feature #24883
closedIndexed search doesn't find unicode characters
0%
Description
I have a multi site with 2 languages, in Amharic Ethiopian Language and an English Language. the indexed search searches in English languages and and sometimes in Amaharic too. but the problem is of the Unicode characters have some number it will find them but if they are only utf8 it will not find some. I already read some bugs and fixed like displaying in BE Indexing Engine Statistics utf8. I have checked the table index_fulltext and it has cached some data in utf8 but the result is "NO results found." but the tt_news works correctly in the same text in unicode.
I have attached the the search result in english with amharic content with it. remember that if I search for the english words indexed search will find the words with the description of Amharic language
(issue imported from #M17395)
Files
Updated by Girmangus almost 14 years ago
pls help me guys. I'm waiting ur responses.
Updated by Sigfried Arnold almost 14 years ago
I hope you're aware of the fact, that this is a bugtracker and not a support forum.
I assume that you have some configuration problem, try the TYPO3 mailing list for support. If it puts out that it is a bug, add some useful information to your report. At the moment no one can reproduce your issue since you keep the important facts as a secret. Like the indexed_search version oder simply your TS Setup.
Updated by Girmangus almost 14 years ago
okay here it is the detail u may looking for. my TS setup is okay couse it search in English, the only problem is it doesn't search for a unicode characters eventhough it cache in the words in unicode in the index_fulltext.
for ur knowledge here it is my TS setup
plugin.tx_indexedsearch {
searchpageID = 9
templateFile = {$filepaths.extensiontemplates}indexed_search/tx_indexedsearch_pi1_template.html
forwardSearchWordsInResultLink = 0
show {
rules = 0
advancedSearchLink = 1
}
search {
rootPidList =
exactCount = 1
}
_CSS_DEFAULT_STYLE >
_DEFAULT_PI_VARS {
results = 10
}
}
Updated by Jan Loderhose over 13 years ago
The extension indexes and finds utf-8 characters without a problem. Report your request for help to a mailling list. http://lists.typo3.org. TYPO3-english should be the most promising.
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Closed
- Target version deleted (
0)