tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
7 stars 31 forks source link

Use pagination API to render pagination #203

Closed christianbltr closed 9 months ago

christianbltr commented 9 months ago

Use the built-in pagination API to render the pagination instead of a custom solution with a dedicated standalone view. This simplifies overwriting the pagebrowser with a custom template and also gives more options for integrators because now partials can be used.