Actions
Bug #79583
closedInclude static template will be overridden by the static template
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2017-02-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions