Skip to content
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

[v1.12.0] New batch routes #1771

Closed
4 tasks
curquiza opened this issue Nov 26, 2024 · 1 comment · Fixed by #1775
Closed
4 tasks

[v1.12.0] New batch routes #1771

curquiza opened this issue Nov 26, 2024 · 1 comment · Fixed by #1775
Assignees
Labels
Meilisearch bump Changes related to the Meilisearch bump version

Comments

@curquiza
Copy link
Member

curquiza commented Nov 26, 2024

Related to meilisearch/integration-guides#307

Explanation of the feature

  • New GET /batches & GET /batches/:uid routes
  • New field in task object: batchUid

Usage: https://meilisearch.notion.site/Enhance-visibility-on-batched-tasks-1194b06b651f810b8fe0fab5d72846a8?pvs=74

TODO

👉 Check carefully the usage above to ensure your new methods and objects integrate all the functionnalities

  • Create two new methods getBatch() and getBatches() triggering the appropriate new route (check out getTask and getTasks since the behavior will be pretty similar)
  • A new batch object will probably be needed to be created.
  • Ensure the task object can accept the batchUid field
  • Add tests

⚠️ Make PRs pointing to bump-meilisearch-v1.12.0 and NOT main. Please do 1 PR for all of these changes, and not several.

@curquiza curquiza added the Meilisearch bump Changes related to the Meilisearch bump version label Nov 26, 2024
@Strift Strift linked a pull request Dec 5, 2024 that will close this issue
@Strift
Copy link
Collaborator

Strift commented Dec 10, 2024

Closed by #1775

@Strift Strift closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants