Get Documents by Batch #644
Replies: 3 comments 14 replies
-
Hello, @derekperkins 👋 What do you think of retrieving them with a filter on the id field? We are currently working on a solution to delete documents by filter, and we have the idea to propose a Get Document by filter method. If Could it work for you? |
Beta Was this translation helpful? Give feedback.
-
Closing the loop here, it looks like it just released in v1.2.0. Thanks for the quick turnaround! meilisearch/meilisearch#3570 |
Beta Was this translation helpful? Give feedback.
-
I'm reopening this discussion per @tacman wanting to make it available without requiring the id to be a filterable attribute. |
Beta Was this translation helpful? Give feedback.
-
Today, there is a Get One Document endpoint, and a Delete Documents by Batch. We have cases where we want to retrieve a large batch of documents by id (~2k), and today we have to loop through and do a call per id, which often causes availability errors. It would be very useful to do a bulk retrieval. I would expect the input to be the same as the batch delete, and the response to be the same as Get Documents, so there's nothing really new to architect.
Beta Was this translation helpful? Give feedback.
All reactions