Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo 13.2.1 index search. Error displaying the results list #1503

Open
gmt-it opened this issue Aug 3, 2024 · 2 comments
Open

Typo 13.2.1 index search. Error displaying the results list #1503

gmt-it opened this issue Aug 3, 2024 · 2 comments
Labels

Comments

@gmt-it
Copy link

gmt-it commented Aug 3, 2024

Bug Report

Prerequisites

Description

When the search result is to be displayed, Typo crashes.

Steps to Reproduce

  1. Display search field
  2. Enter search term
  3. Start search
  4. Crash when search results are to be displayed

Expected behavior

[What you expected to happen]
Display of search results

Actual behavior

Crash

[What actually happened]
Oops, an error occurred! Request: 6f8dbd3694a59

Versions

Typo3 13.2.1
bk2k/bootstrap-package 15.0.x-dev
cms-indexed-search 13.2.1

typo3_11f96f4e3a.log

@gmt-it gmt-it added the bug label Aug 3, 2024
@gmt-it
Copy link
Author

gmt-it commented Aug 20, 2024

I have fixed it myself and also adjusted the pagination. Added files:

sitepackage\Resources\Private\Partials\IndexedSearch\Pagination.html
Pagination.txt

sitepackage\Resources\Private\Templates\IndexedSearch\Search\Search.html
Search.txt

I'm new to Typo3 and this is my first Typo3 project. If anything can be done better, I'm grateful for any tips.

image

@Stuffy
Copy link

Stuffy commented Feb 24, 2025

Can confirm this issue in TYPO3 v.13 and bootstrap_package 15. The PageBrowsingResultsViewHelper has been removed in TYPO3 13. Overriding the Bootstrap Package templates and replacing the corresponding lines where the ViewHelper is included with <f:render partial="Pagination" arguments="{pagination: result.pagination, searchParams: searchParams}" /> fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants