We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ada90 commit d779247Copy full SHA for d779247
Classes/Service/SolrServiceProvider.php
@@ -420,9 +420,9 @@ protected function addHighlighting(array $arguments): void
420
$queryArguments = $queryParameters[$fieldID];
421
$queryTerms = null;
422
if (is_array($queryArguments) && array_key_exists(
423
- 'alternate',
424
- $queryArguments
425
- ) && array_key_exists('queryAlternate', $fieldInfo)
+ 'alternate',
+ $queryArguments
+ ) && array_key_exists('queryAlternate', $fieldInfo)
426
) {
427
if (array_key_exists('term', $queryArguments)) {
428
$queryTerms = $queryArguments['term'];
0 commit comments