benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
336 stars 202 forks source link

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

Open gmt-it opened 1 month ago

gmt-it commented 1 month ago

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 commented 3 weeks ago

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