From 4e66c5bbbe36fcf98d95a6ad90c5de2dcc1ced38 Mon Sep 17 00:00:00 2001 From: Ivan Wolf <7150803+ivan-wolf@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:08:24 +0200 Subject: [PATCH] Use read transporter for browsing --- lib/Api/SearchClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Api/SearchClient.php b/lib/Api/SearchClient.php index 11a6ae21..06ccd9fd 100644 --- a/lib/Api/SearchClient.php +++ b/lib/Api/SearchClient.php @@ -492,7 +492,7 @@ public function browse($indexName, $browseParams = null, $requestOptions = []) ); } - return $this->sendRequest('POST', $resourcePath, $headers, $queryParameters, $httpBody, $requestOptions); + return $this->sendRequest('POST', $resourcePath, $headers, $queryParameters, $httpBody, $requestOptions, true); } /**