Return the primary key in the search response #186
curquiza
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 1 reply
-
Is this something we want in the search response route or maybe in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The program calling MeiliSearch and getting the primary is not always aware of the primary key of the documents.
This is something we particularly need to know the unique key of the documents we are manipulating, especially for the @meilisearch/integration-team when coding integrations.
This is also useful in front-end. For example, React asked for a unique key when displaying a list in front end.
Beta Was this translation helpful? Give feedback.
All reactions