-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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:
const reversedTasks = await client.getTasks({ reverse: true });
Tasks
- The method to get tasks must accept the new
reverse
(in meilisearch-js, the equivalent method isgetTasks()
) -
⚠️ Add integration tests⚠️
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers