Feature: #105084 - Add setting to configure indexed_search pagination
See forge#105084
Description
A new TypoScript setting
plugin. has been
introduced to set the pagination implementation used by
EXT:.
Available values:
simple: usesSimpleand renders all result pages.Pagination sliding: usesWindow Slidingand limits the displayed page links as set inWindow Pagination plugin..tx_ indexedsearch. settings. page_ links
The default is
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 using TypoScript, without having to use custom PHP code.
Advanced, fully-customized pagination logic can still be implemented using
\Modify.