Feature: #105084 - Add setting to configure indexed_search pagination
See forge#105084
Description
A new TypoScript setting
plugin.
has been introduced to select the pagination implementation used by
EXT:indexed_search.
Available values:
simple: uses\TYPO3\and renders all result pages.CMS\ Core\ Pagination\ Simple Pagination sliding: usesWindow \TYPO3\and limits shown page links according toCMS\ Core\ Pagination\ Sliding Window Pagination plugin..tx_ indexedsearch. settings. page_ links
The default remains
simple to preserve existing behavior.
Integrators can switch to
sliding to make
page_ effective for indexed_search result browsing.
Impact
Integrators can now switch between core pagination implementations via TypoScript without custom PHP code.
Advanced, fully custom pagination logic can still be implemented via
\TYPO3\.