---
title: "Breaking: #102907 - Indexed Search TypoScript settings removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-102907-1706043066"
source: "Changelog/13.0/Breaking-102907-IndexedSearchTypoScriptSettingsRemoved.rst"
typo3-version: "13.0"
typo3-major: 13
type: "breaking"
issue: 102907
forge: "https://forge.typo3.org/issues/102907"
tags: ["TypoScript", "NotScanned", "ext:indexed_search"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #102907 - Indexed Search TypoScript settings removed {#breaking-102907-1706043066}

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

## Description {#description}

Indexed Search previously used a custom link building to generate links and their targets
for linking to search results that are of type "page", instead of the native "typolink" (`LinkFactory`)
system, automatically detecting links to other sites of the same installation and using
the proper `extTarget` setting in TypoScript for creating the target attribute for the link.

For this reason, the two TypoScript settings are removed:

```typoscript
plugin.tx_indexedsearch.settings.detectDomainRecords
plugin.tx_indexedsearch.settings.detectDomainRecords.target
```

## Impact {#impact}

Setting these options have no effect anymore.

## Affected installations {#affected-installations}

TYPO3 installations using indexed search using these options.

## Migration {#migration}

Remove the lines, and adapt config.extTarget accordingly if needed in such cases, as
the links are now generated through TYPO3's native link building APIs.
