Skip to content

[v1.14] Get documents by ID #662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task
Strift opened this issue Apr 21, 2025 · 0 comments
Open
1 task

[v1.14] Get documents by ID #662

Strift opened this issue Apr 21, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Strift
Copy link
Contributor

Strift commented Apr 21, 2025

This issue follows the changes related to Meilisearch v1.14.0 mega issue.

Description

Update the SDK to allow retrieving documents by ID.

For more context, see the related issue in Meilisearch: meilisearch/meilisearch#5345

Tasks

  • Create/update the method to "get documents" to allow retrieving documents by IDs

For reference, here's how this works in Meilisearch JS SDK:

const documents = await client
  .index('index-name')
  .getDocuments({ ids: [1, 2] });
@Strift Strift added enhancement New feature or request good first issue Good for newcomers labels Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant