Skip to content

Commit

Permalink
[BUGFIX] cast maxScore to float
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim Fritz authored and dkd-kaehm committed Feb 23, 2024
1 parent a703222 commit b043e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ protected function buildGroupItemAndAddDocuments(
$groupValue,
$rawGroup->doclist->numFound,
$rawGroup->doclist->start,
$rawGroup->doclist->maxScore,
(float)$rawGroup->doclist->maxScore,
$searchRequest
);

Expand Down

0 comments on commit b043e55

Please sign in to comment.