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.
2 parents c2b7844 + 33e62db commit 65fe9afCopy full SHA for 65fe9af
src/Index/Builder.php
@@ -355,7 +355,7 @@ private function createRequest(): array
355
'NOFREQS' => $this->noFrequencies,
356
'SKIPINITIALSCAN' => $this->skipInitialScan,
357
]);
358
- RedisHelper::buildQueryNotNull($query, [
+ $query = RedisHelper::buildQueryNotNull($query, [
359
'FILTER' => $this->filter,
360
'LANGUAGE' => $this->language,
361
'LANGUAGE_FIELD' => $this->languageField,
0 commit comments