You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
603: GetTasks: allow for reverse param r=Ja7ad a=cosmastech
# Pull Request
## Related issue
Fixes#596
## What does this PR do?
- Allow passing "reverse" to the get tasks endpoint.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Luke Kuzmish <lakuzmish@gmail.com>
603: GetTasks: allow for reverse param r=Ja7ad a=cosmastech
# Pull Request
## Related issue
Fixes#596
## What does this PR do?
- Allow passing "reverse" to the get tasks endpoint.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Luke Kuzmish <lakuzmish@gmail.com>
Following the changes related to Meilisearch v1.12.0 mega issue
Description
Add a feature introduced in Meilisearch v1.12.0: the
reverse
parameter when fetching tasks.For more information refer to the docs:
For reference, here is how this works in JavaScript using meilisearch-js:
Tasks
reverse
(in meilisearch-js, the equivalent method isgetTasks()
)The text was updated successfully, but these errors were encountered: