Skip to content

Commit 1b652db

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 33e315e commit 1b652db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Search/SearchClient.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -3541,7 +3541,8 @@ open class SearchClient {
35413541
// Sends multiple search requests to one or more indices. This can be useful in these cases: - Different indices
35423542
// for different purposes, such as, one index for products, another one for marketing content. - Multiple searches
35433543
// to
3544-
// the same index—for example, with different filters.
3544+
// the same index—for example, with different filters. Use the helper `searchForHits` or `searchForFacets` to get
3545+
// the results in a more convenient format, if you already know the return type you want.
35453546
// Required API Key ACLs:
35463547
// - search
35473548
//

0 commit comments

Comments
 (0)