@algolia/client-search 5.23.3 → 5.23.4

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.
@@ -12,7 +12,7 @@ import {
12
12
  getAlgoliaAgent,
13
13
  shuffle
14
14
  } from "@algolia/client-common";
15
- var apiClientVersion = "5.23.3";
15
+ var apiClientVersion = "5.23.4";
16
16
  function getDefaultHosts(appId) {
17
17
  return [
18
18
  {
@@ -1994,7 +1994,7 @@ function createSearchClient({
1994
1994
  return transporter.request(request, requestOptions);
1995
1995
  },
1996
1996
  /**
1997
- * 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.
1997
+ * 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.
1998
1998
  *
1999
1999
  * Required API Key ACLs:
2000
2000
  * - search