Project

General

Profile

Actions

Bug #79583

closed

Include static template will be overridden by the static template

Added by Oliver Pfaff about 7 years ago. Updated about 4 years ago.

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 #1

Updated by Riccardo De Contardi about 7 years ago

Is it this same problem? #64574

Actions #2

Updated by Oliver Pfaff about 7 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 :)

Actions #3

Updated by Susanne Moog about 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.

Actions

Also available in: Atom PDF