TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,43 @@
.. include:: /Includes.rst.txt
.. _breaking-51099-1668719172:
=================================================
Breaking: #51099 - Streamline settings/conditions
=================================================
See :issue:`51099`
Description
===========
The default TypoScript for the `pi2` (extbase) plugin of EXT:indexed_search sets a TypoScript
variable `plugin.tx_indexedsearch.settings.displayRules = 1`, while the default fluid template
uses the TypoScript setting `plugin.tx_indexedsearch.settings.showRules`. This change makes the
default fluid template for the extbase plugin of EXT:indexed_search use the correct TypoScript
setting.
Impact
======
Instances of the extbase plugin (`pi2`) of EXT:indexed_search using the default fluid template and
explicitly configured to *hide* the search rules deliberately using the wrong TypoScript setting
`plugin.tx_indexedsearch.settings.showRules = 0` *will show* the search rules after this update.
Affected Installations
======================
Installations using the extbase plugin (`pi2`) of EXT:indexed_search with default template and relying
on the undocumented TypoScript setting `plugin.tx_indexedsearch.settings.showRules = 0`.
Migration
=========
Change all occurrences of the TypoScript setting `plugin.tx_indexedsearch.settings.showRules = 0`
to `plugin.tx_indexedsearch.settings.displayRules = 1`.
.. index:: TypoScript, ext:indexed_search, Frontend