/documents/fetch with documents ordering #666
Closed
panzer-punk
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 5 replies
-
Hi @panzer-punk , thanks for your feedback! I understand that you're trying to update your documents and are using the Would you be able to list the different steps you are taking including the API calls/SDK methods you are using for each step? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a situation when one of the array values has been changed. I'm sending request to /documents/fetch with this array value id, and changing the array and then making document update. It allows to avoid database calls and new aggregations for this field. But meilisearch reordering changed documents, and I get documents with old data (they are just skipped by offset pagination) . I think it'll be more
convenient if there was a managable ordering. There are 100K documents, with 8 array properties each one is from 1 up to 5 values.
Beta Was this translation helpful? Give feedback.
All reactions