Skip to content

Commit be7ab43

Browse files
algolia-botmillotp
andcommitted
fix(clients): correctly deserialize SearchResult (generated)
algolia/api-clients-automation#4756 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent cad77bb commit be7ab43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scala/algoliasearch/api/SearchClient.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,8 @@ class SearchClient(
15231523

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

0 commit comments

Comments
 (0)