---
title: "Breaking: #51099 - Streamline settings/conditions"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-51099-1668719172"
source: "Changelog/8.0/Breaking-51099-StreamlineSettingsConditions.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #51099 - Streamline settings/conditions

See [forge#51099](https://forge.typo3.org/issues/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`.
