We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba14b7 commit 50153beCopy full SHA for 50153be
algoliasearch/search/client.py
@@ -1227,7 +1227,7 @@ async def browse_with_http_info(
1227
data=dumps(body_serializer(_data)),
1228
user_request_options=request_options,
1229
),
1230
- use_read_transporter=False,
+ use_read_transporter=True,
1231
)
1232
1233
async def browse(
@@ -6228,7 +6228,7 @@ def browse_with_http_info(
6228
6229
6230
6231
6232
6233
6234
def browse(
0 commit comments