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 ae3abc8 commit 4bf7b72Copy full SHA for 4bf7b72
src/Search.php
@@ -462,7 +462,7 @@ private function buildQuery(): array
462
$query = RedisHelper::buildQueryList($query, [
463
'INKEYS' => $this->inKeys,
464
'INFIELDS' => $this->inFields,
465
- 'RETURNS' => $this->returns,
+ 'RETURN' => $this->returns,
466
]);
467
$query = RedisHelper::buildQueryNotNull($query, [
468
'LANGUAGE' => $this->language,
0 commit comments