benjaminkott / benjaminkott/bootstrap_package
Pagination of EXT:indexed_search is not working
- Dominant language
- PHP
- Stars
- 355
- Forks
- 212
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 31
Description
# Bug Report
## Prerequisites
* [x] Can you reproduce the problem on TYPO3 v13.4 LTS
* [x] 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
1. Open search page
2. Search for something with >10 results
3. 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:
```
...
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare Search.html in EXT:bootstrap_package with the corresponding template in EXT:indexed_search, focusing on the missing pagination-related parts described in the issue. Confirm the change by opening a search with more than 10 results and selecting the second page; the second page should open instead of returning to the first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, php
- Domain
- frontend, search
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100