Russian TYPO3 community

Russian TYPO3 community (http://forum.typo3.ru/index.php)
-   Локализация проекта (http://forum.typo3.ru/forumdisplay.php?f=14)
-   -   не индексируется стандартный язык (http://forum.typo3.ru/showthread.php?t=9000)

dust 05.11.2010 13:58

не индексируется стандартный язык
 
У меня страница на 3 языках, на каждой странице есть поиск (tx_macinasearchbox) , но почему-то Typo3 (tx_indexedsearch) индексирует только
два языка русский и англиский , стандартный язык немецкий не индексируется. Вот мой TS.
Код HTML:





# GET-Parameter für Sprache
config.linkVars = L
config.sys_language_overlay = 1 
config.sys_language_mode=content_fallback


# Deutsch / Hauptsprache
config {
        sys_language_uid = 1
        language = de
        locale_all = de_DE
        index_enable = 1
}
 
# Englisch / 2. Sprache
[globalVar = GP:L = 2]
config {
        sys_language_uid = 2
        language = en
        locale_all = en_US
        index_enable = 1
}

page.headerData.5 = TEXT
page.headerData.5.value (
<link rel="stylesheet" type="text/css" media="screen,projection" href="fileadmin/templates/css/css_en.css" />
)

[global]


# Russisch / 3. Sprache
[globalVar = GP:L = 3]
config {
        sys_language_uid = 3
        language = ru
        locale_all = ru_RU
        index_enable = 1
}

page.headerData.5 = TEXT
page.headerData.5.value (
<link rel="stylesheet" type="text/css" media="screen,projection" href="fileadmin/templates/css/css_ru.css" />
)

[global]

page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
config.doctype = xhtml_strict

page.config.index_enable = 1
page.config.index_externals = 1
##################################################################
# Suchenbox oben rechts
lib.suche < plugin.tx_macinasearchbox_pi1
plugin.tx_macinasearchbox_pi1 {
        pidSearchpage = 44
}
plugin.tx_indexedsearch {
              blind {
                      defOp = 0
                      desc = 0
                      extResume = 1
                      group = 1
                      lang = 1
                      media = 1
                      order = title
                      results = 300
                sections = 1
                      group = sections
                     
        }
        _DEFAULT_PI_VARS {
                order = title
                      results = 300
                sections = 1
                      group = sections
                      desc = 0
        } 
        show {
                rules = 0
                parsetimes = 0
                L2sections = 0
                L1sections = 0
                LxAlltypes = 0
                advancedSearchLink = 0
                alwaysShowPageLinks = 0
               
        }
        search {
                page_links = 50
        }
       
        templateFile = fileadmin/templates/Suchergebnisse.html
 }



Часовой пояс GMT +4, время: 00:56.

Работает на vBulletin® версия 3.8.1.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Перевод: zCarot