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); } /**