---
title: "Feature: #73626 - numberOfResults should be configurable and report overflow"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-73626"
source: "Changelog/8.5/Feature-73626-NumberOfResultsShouldBeConfigurableAndReportOverflow.rst"
typo3-version: "8.5"
typo3-major: 8
type: "feature"
issue: 73626
forge: "https://forge.typo3.org/issues/73626"
tags: ["ext:indexed_search", "TypoScript", "Frontend"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Feature: #73626 - numberOfResults should be configurable and report overflow {#feature-73626}

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

## Description {#description}

Adds possibility to overwrite the maximum number of Indexed Search results with TypoScript
which previously was limited to 100.

The TypoScript setting `plugin.tx_indexedsearch.settings.blind.numberOfResults` now became
a list of values. If the number of results sent in the request does not match any value of
this list, the first value will be used to protect against DoS attacks.

Values from `plugin.tx_indexedsearch.settings.blind.numberOfResults` are used as the
options in the selectbox in advanced search mode. To keep backward compatibility the default
values are 10, 25, 50 and 100.

## Impact {#impact}

The TypoScript setting `plugin.tx_indexedsearch.settings.blind.numberOfResults` can be now
a list of available number of results. Because of that it is possible to overwrite the list
of values displayed in the advanced search mode. The first value from the list will be used
as default.
