Skip to content

Commit 65fe9af

Browse files
authored
Merge pull request #3 from myriacl/fix_ignored_options
fix ignored options
2 parents c2b7844 + 33e62db commit 65fe9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Index/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ private function createRequest(): array
355355
'NOFREQS' => $this->noFrequencies,
356356
'SKIPINITIALSCAN' => $this->skipInitialScan,
357357
]);
358-
RedisHelper::buildQueryNotNull($query, [
358+
$query = RedisHelper::buildQueryNotNull($query, [
359359
'FILTER' => $this->filter,
360360
'LANGUAGE' => $this->language,
361361
'LANGUAGE_FIELD' => $this->languageField,

0 commit comments

Comments
 (0)