@algolia/client-search 5.23.3 → 5.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ import {
11
11
  getAlgoliaAgent,
12
12
  shuffle
13
13
  } from "@algolia/client-common";
14
- var apiClientVersion = "5.23.3";
14
+ var apiClientVersion = "5.24.0";
15
15
  function getDefaultHosts(appId) {
16
16
  return [
17
17
  {
@@ -1993,7 +1993,7 @@ function createSearchClient({
1993
1993
  return transporter.request(request, requestOptions);
1994
1994
  },
1995
1995
  /**
1996
- * 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.
1996
+ * 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.
1997
1997
  *
1998
1998
  * Required API Key ACLs:
1999
1999
  * - search