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
When working with batches, I encountered some issues with typing:
Batch type is not exported from meilisearch. It has to be imported from meilisearch/src/batch
batchUids doesn't exist in the TasksQuery type (but the query with it works perfectly fine, having me think it was forgotten)
Expected behavior
We should be able to import the Batch type from meilisearch directly.
Using the batchUids as a parameter shouldn't throw a typescript error.
Screenshots or Logs
The text was updated successfully, but these errors were encountered:
Description
When working with batches, I encountered some issues with typing:
Batch
type is not exported frommeilisearch
. It has to be imported frommeilisearch/src/batch
batchUids
doesn't exist in theTasksQuery
type (but the query with it works perfectly fine, having me think it was forgotten)Expected behavior
We should be able to import the Batch type from meilisearch directly.
Using the
batchUids
as a parameter shouldn't throw a typescript error.Screenshots or Logs
The text was updated successfully, but these errors were encountered: