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
Description
In the Javascript SDK API reference it is written that one can get a list of all global Tasks with client.getTasks(). This however does not work as the getTasks() function is part of the TaskClient Class whom is an attribute of the MeiliSearch Class.
This error is also apparent in meilisearchs Documentation.
The documentation and reference for all other task functions are incorrect as well.
In meilisearch-js version v0.50.0 all global Tasks can be retrieved with client.tasks.getTasks()
Expected behavior
The Documentation and the API Reference should be correct.
Environment (please complete the following information):
Meilisearch version: 1.14.0
meilisearch-js version: v0.50.0
The text was updated successfully, but these errors were encountered:
Description
In the Javascript SDK API reference it is written that one can get a list of all global Tasks with
client.getTasks()
. This however does not work as thegetTasks()
function is part of the TaskClient Class whom is an attribute of the MeiliSearch Class.This error is also apparent in meilisearchs Documentation.
The documentation and reference for all other task functions are incorrect as well.
In meilisearch-js version v0.50.0 all global Tasks can be retrieved with
client.tasks.getTasks()
Expected behavior
The Documentation and the API Reference should be correct.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: