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

[BUG] Exception when passing multiple sorting options #3627

Closed
BastiLu opened this issue May 10, 2023 · 0 comments · Fixed by #3628
Closed

[BUG] Exception when passing multiple sorting options #3627

BastiLu opened this issue May 10, 2023 · 0 comments · Fixed by #3628

Comments

@BastiLu
Copy link
Contributor

BastiLu commented May 10, 2023


name: Bug report
about: Create a report to help us improve
title: "[BUG] Exception when passing multiple sorting options"
labels: ''
assignees: ''


Describe the bug
When multiple sorting options are configured in typoscript and more than one of them is passed to Solr the response
is not resolved correctly, which leads to an exception. (see attached img)

To Reproduce
Steps to reproduce the behavior:

  1. Configure multiple sorting options (see attached img)
  2. Pass multiple sorting options to the searchrequest (see attached img)

Expected behavior
The response from Solr is resolved without leading to an exception

Screenshots

Used versions (please complete the following information):

  • TYPO3 Version: ^11.5
  • EXT:solr Version: 11.5.0
  • Used Apache Solr Version: 8.5
  • PHP Version: 8.0

Images
sorting options:
Bildschirmfoto vom 2023-05-10 16-48-54

Exception:
Bildschirmfoto vom 2023-05-10 16-50-03

Request:
Bildschirmfoto vom 2023-05-10 16-51-01

dkd-kaehm pushed a commit that referenced this issue Oct 12, 2023
When multiple sorting options are passed as an argument the solr server response was not resolved correctly which lead to an TYPO3 Exception.

Fixes: #3627
dkd-kaehm pushed a commit that referenced this issue Oct 12, 2023
When multiple sorting options are passed as an argument the solr server response was not resolved correctly which lead to an TYPO3 Exception.

Fixes: #3627
Ports: #3628
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant