---
title: "Feature: #20875 - Make hardcoded indexed_search parameters configurable via TS"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-20875"
source: "Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst"
typo3-version: "7.6"
typo3-major: 7
type: "feature"
issue: 20875
forge: "https://forge.typo3.org/issues/20875"
tags: ["TypoScript", "ext:indexed_search"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Feature: #20875 - Make hardcoded indexed_search parameters configurable via TS {#feature-20875-make-hardcoded-indexed-search-parameters-configurable-via-ts}

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

## Description {#description}

The following TS properties can now be configured for indexed search

```typoscript
[plugin.tx_indexedsearch.results. || plugin.tx_indexedsearch.settings.results.]
titleCropAfter = 50
titleCropSignifier = ...
summaryCropAfter = 180
summaryCropSignifier =
hrefInSummaryCropAfter = 60
hrefInSummaryCropSignifier = ...
markupSW_summaryMax = 300
markupSW_postPreLgd = 60
markupSW_postPreLgd_offset = 5
markupSW_divider = ...
```

Every TS property has the stdWrap property, too.

## Impact {#impact}

Default settings do not change old behaviour.
