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

[BUGFIX] Grouping fails on non-string filed types #3833

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dkd-kaehm
Copy link
Collaborator

The groupValue is expected by EXT:solr to be a string, but it must be possible to reuse available fields for grouping.
This change adds cast to string on fetched groupValue.

Fixes: #3821

The groupValue is expected by EXT:solr to be a string, but it must be 
possible to reuse available fields for grouping.
This change adds cast to string on fetched groupValue.

Fixes: TYPO3-Solr#3821
@dkd-kaehm dkd-kaehm force-pushed the bugfix/3821_non_string_groups branch from 16b41bd to 362a3b9 Compare October 16, 2023 07:09
@dkd-kaehm dkd-kaehm merged commit 3fc39a1 into TYPO3-Solr:main Oct 16, 2023
8 checks passed
@dkd-kaehm dkd-kaehm deleted the bugfix/3821_non_string_groups branch October 16, 2023 07:58
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 this pull request may close these issues.

[BUG] GroupedResultParser fails with integer type groupValue
1 participant