Skip to content

Commit 4bf7b72

Browse files
committedJan 16, 2021
Fix typo in Search parameter
1 parent ae3abc8 commit 4bf7b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ private function buildQuery(): array
462462
$query = RedisHelper::buildQueryList($query, [
463463
'INKEYS' => $this->inKeys,
464464
'INFIELDS' => $this->inFields,
465-
'RETURNS' => $this->returns,
465+
'RETURN' => $this->returns,
466466
]);
467467
$query = RedisHelper::buildQueryNotNull($query, [
468468
'LANGUAGE' => $this->language,

0 commit comments

Comments
 (0)
Please sign in to comment.