---
title: "Breaking: #77814 - Remove feature subsearch from indexed search"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77814"
source: "Changelog/8.4/Breaking-77814-RemoveFeatureSubsearchFromIndexedSearch.rst"
typo3-version: "8.4"
typo3-major: 8
type: "breaking"
issue: 77814
forge: "https://forge.typo3.org/issues/77814"
tags: ["Frontend", "TypoScript", "Fluid", "ext:indexed_search"]
rendered: "2026-09-18T10:44:28+00:00"
---

# Breaking: #77814 - Remove feature subsearch from indexed search {#breaking-77814}

See [forge#77814](https://forge.typo3.org/issues/77814)

## Description {#description}

The feature subsearch which enabled the possibility to append previously searched words to the current
query was removed.

The option TypoScript `plugin.tx_indexedsearch.clearSearchBox` has been removed.

## Impact {#impact}

Frontend output of search results may change.

Setting the TypoScript option has no effect anymore.

## Affected Installations {#affected-installations}

Any installation using this option or using custom indexed search plugin templates.

## Migration {#migration}

Remove the option in your custom TypoScript and remove the functionality in the Fluid plugin
template.
