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 ebb01b7 commit c34353fCopy full SHA for c34353f
src/Builder.php
@@ -85,7 +85,7 @@ public function search(): array
85
$params['from'] = $this->from;
86
}
87
88
- return ray()->pass($this->client->search($params));
+ return $this->client->search($params);
89
90
91
public function index(string $searchIndex): static
0 commit comments