[BUGFIX] Adapt use of removed ViewHelper in EXT:indexed_search #1537
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102945-PaginationOfIndexedSearchReplaced.html the ViewHelpers
is:pageBrowsingResults
andis:pageBrowsing
have been removed.bootstrap_package for TYPO3 v13 needs adaption to prevent a PHP error when using the adapted indexed_search template.
This has also been reported with:
The latter needs to be updated to a new release of EXT:bootstrap_package once this bugfix has been merged.
I do not know / did not check, if this
template would work in TYPO3 v12, so maybe a different template needs to be used for TYPO3 v12.
Releases: master, BP 15.x