Join Slack
Powered by
i would like to retrieve multiple documents from t...
# community-help
l
Leon Wolf
12/02/2024, 9:58 AM
i would like to retrieve multiple documents from typesense using a single query. how can i do that? The documentation only talks about a single entry
https://typesense.org/docs/0.20.0/api/documents.html#retrieve-a-document
k
Kishore Nallan
12/02/2024, 10:12 AM
Interestingly we don't have a multi-get API because there has not been a strong ask for one.
Kishore Nallan
12/02/2024, 10:13 AM
Oh wait, you can do this:
Copy code
"q": "*", "filter_by": "id: [x, y, z]"
2
Views
Open in Slack
Previous
Next