Skip to content

Commit

Permalink
[bugfix] add missing function call
Browse files Browse the repository at this point in the history
  • Loading branch information
cradeck committed Aug 24, 2023
1 parent 978d77d commit 81225ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Service/SolrServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ protected function createQueryForArguments(array $arguments): void

$this->setFields($arguments);
$this->setRange($arguments);
$this->addResultCountOptionsToTemplate($arguments);
$this->setSortOrder($arguments);

$this->addHighlighting($arguments);
Expand Down

0 comments on commit 81225ce

Please sign in to comment.