Skip to content

[v1.12.0] Add reverse parameter for fetching tasks #627

Closed
@Strift

Description

@Strift

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 is getTasks())
  • ⚠️ Add integration tests ⚠️

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions