We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecef94 commit 7d6e0f7Copy full SHA for 7d6e0f7
docs/sphinx/async.rst
@@ -36,7 +36,7 @@ and are used in the same way as other APIs, just with an extra ``await``:
36
async def main():
37
resp = await es.search(
38
index="documents",
39
- body={"query": {"match_all": {}}}
+ body={"query": {"match_all": {}}},
40
size=20,
41
)
42
print(resp)
0 commit comments