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 6868622 + 6a7b577 commit 3211bdeCopy full SHA for 3211bde
src/Client/CollectionClient.php
@@ -24,7 +24,7 @@ public function search(string $collectionName, TypesenseQuery $query)
24
return $this->client->collections[$collectionName]->documents->search($query->getParameters());
25
}
26
27
- public function multiSearch(array $searchRequests, ?TypesenseQuery $commonSearchParams)
+ public function multiSearch(array $searchRequests, ?TypesenseQuery $commonSearchParams = null)
28
{
29
if (!$this->client->isOperationnal()) {
30
return null;
0 commit comments