@algolia/client-search 5.8.0 → 5.8.1

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.
@@ -29,7 +29,7 @@ var import_client_common2 = require("@algolia/client-common");
29
29
 
30
30
  // src/searchClient.ts
31
31
  var import_client_common = require("@algolia/client-common");
32
- var apiClientVersion = "5.8.0";
32
+ var apiClientVersion = "5.8.1";
33
33
  function getDefaultHosts(appId) {
34
34
  return [
35
35
  {
@@ -771,7 +771,8 @@ function createSearchClient({
771
771
  path: requestPath,
772
772
  queryParameters,
773
773
  headers,
774
- data: browseParams ? browseParams : {}
774
+ data: browseParams ? browseParams : {},
775
+ useReadTransporter: true
775
776
  };
776
777
  return transporter.request(request, requestOptions);
777
778
  },