Skip to content

Commit cc63e70

Browse files
algolia-botmillotp
andcommitted
fix(clients): correctly deserialize SearchResult (generated)
algolia/api-clients-automation#4756 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent a163795 commit cc63e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Api/SearchClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ public function saveSynonyms($indexName, $synonymHit, $forwardToReplicas = null,
23402340
}
23412341

23422342
/**
2343-
* Sends multiple search requests to one or more indices. This can be useful in these cases: - Different indices for different purposes, such as, one index for products, another one for marketing content. - Multiple searches to the same index—for example, with different filters.
2343+
* Sends multiple search requests to one or more indices. This can be useful in these cases: - Different indices for different purposes, such as, one index for products, another one for marketing content. - Multiple searches to the same index—for example, with different filters. Use the helper `searchForHits` or `searchForFacets` to get the results in a more convenient format, if you already know the return type you want.
23442344
*
23452345
* Required API Key ACLs:
23462346
* - search

0 commit comments

Comments
 (0)