-
-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Labels
Description
Bug Report
Prerequisites
- Can you reproduce the problem on TYPO3 v13.4 LTS
- Did you perform a cursory search to see if your bug or enhancement is already reported?
Description
Pagination is not working for search
Steps to Reproduce
- Open search page
- Search for something with >10 results
- Click second page in pagination
Expected behavior
Second page is opened
Actual behavior
First page is opened
Solution
Compare Search.html in EXT:bootstrap_package and EXT:indexed_search and add missing parts:
<f:asset.script identifier="indexed_search_pagination" src="EXT:indexed_search/Resources/Public/JavaScript/pagination.js" />
...
<f:for each="{resultsets}" as="result" key="freeIndexUid">