From 1d475950db23f85b872275066712a6e622f5359c Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Sun, 10 Nov 2024 00:15:32 +0100 Subject: [PATCH] [BUGFIX] Remove use of removed ViewHelper usage in EXT:indexed_search With https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102945-PaginationOfIndexedSearchReplaced.html the ViewHelpers `is:pageBrowsingResults` and `is: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: * https://forge.typo3.org/issues/105562 * https://github.com/FriendsOfTYPO3/introduction/issues/115 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, 15.x --- .../Private/Templates/IndexedSearch/Search/Search.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Templates/IndexedSearch/Search/Search.html b/Resources/Private/Templates/IndexedSearch/Search/Search.html index 07a9bc11a..c895546db 100644 --- a/Resources/Private/Templates/IndexedSearch/Search/Search.html +++ b/Resources/Private/Templates/IndexedSearch/Search/Search.html @@ -27,7 +27,9 @@

{result.categoryTitle}

- + + + {result.sectionText}

@@ -64,7 +66,7 @@

- +