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
8 stars 31 forks source link

More pagebrowser information in template #154

Closed lochmueller closed 10 months ago

lochmueller commented 1 year ago

Hey everyone,

Currently there are not much variable information in the page browser. Would be cool to support https://packagist.org/packages/georgringer/numbered-pagination or add more information to the rendering of the pagination: https://github.com/tpwd/ke_search/blob/b09c20b8455f0d9477baf39b3a80c712c5d47ba4/Classes/Lib/Pluginbase.php#L1025 For example the plain $numberOfResults would be great to customize the pagination even more in the template.

Regards, Tim

Hawkeye1909 commented 1 year ago

I agree: the new pagination API (available since TYPO3 v10) should be used. More information here: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Pagination/Index.html