![]() |
Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
![]() |
#6 |
Новенький
Регистрация: 11.06.2003
Сообщений: 6
|
![]()
Ответ Каспера по поводу индексации:
"Probably this is because the REGEX which extracts the words from the content is geared for ascii and no >127 chars. Maybe german and danish extras. In the file "class.indexer.php" there is a function "split2words" which splits the word in the content and that does it by "alnum" plus characters found in some internal arrays: ->convChars - obviously we need a solution for splitting the words in other languages wheere the non-ascii chars are different. For now you can make a class extension to this class and insert a list of russian/ukranian chars in these internal arrays and you should be fine. Feel free to work on a better, more general solution. [Answered Online during List Management]" В общем, посоветовали сделать "class extension", в который нужно добавить кириллические символы. Я почти все понял ;-) Help!!! |
![]() |
![]() |