1.. include:: ../../Includes.txt
2
3============================================================================
4Feature: #73626 - numberOfResults should be configurable and report overflow
5============================================================================
6
7See :issue:`73626`
8
9Description
10===========
11
12Adds possibility to overwrite the maximum number of Indexed Search results with TypoScript
13which previously was limited to 100.
14
15The TypoScript setting `plugin.tx_indexedsearch.settings.blind.numberOfResults` now became
16a list of values. If the number of results sent in the request does not match any value of
17this list, the first value will be used to protect against DoS attacks.
18
19Values from `plugin.tx_indexedsearch.settings.blind.numberOfResults` are used as the
20options in the selectbox in advanced search mode. To keep backward compatibility the default
21values are 10, 25, 50 and 100.
22
23
24Impact
25======
26
27The TypoScript setting `plugin.tx_indexedsearch.settings.blind.numberOfResults` can be now
28a list of available number of results. Because of that it is possible to overwrite the list
29of values displayed in the advanced search mode. The first value from the list will be used
30as default.
31
32.. index:: ext:indexed_search, TypoScript, Frontend