Bug #79583
closedInclude static template will be overridden by the static template
0%
Description
If i have a default Template, where Static Template Files from TYPO3 Extensions is set on Default and i have included Indexed Search (Extbase & Fluid based) (indexed_search) than the settings from EXT:indexed_search/Configuration/TypoScript :
config.index_enable = 1 config.index_externals = 1 config.index_metatags = 1
will be overridden by the settings from the static template from the extension self(ext_typoscript_setup.txt):
config.index_enable = 0 config.index_externals = 0 config.index_metatags = 1
This settings seems to go also against the official documentation:
Property index_enable Data type boolean Description Enables cached pages to be indexed. Automatically enabled when EXT:indexed_search is enabled.
Updated by Riccardo De Contardi almost 8 years ago
Is it this same problem? #64574
Updated by Oliver Pfaff almost 8 years ago
No its different. The indexsearch override it self, with wrong settings from the ext_typoscript_setup.txt file. This would not be that great problem, when the documented behavior would be right( and the settings conforming to it).
If i use the indexsearch without extbase, the setting config.index_enable will be still 0 and this is not like the documentation says.
This bug is not a big trait anyway. We could just change the docu :)
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
there is no ext_typoscript_setup anymore since there only is the extbase plugin now, so this issue can be closed.