Expose both created MeiliSearch
instance, and the used meilisearch
package
#1260
Labels
enhancement
New feature or request
Currently if one wishes to check, for example, the total number of documents on an index, they need to install the
meilisearch
package as well, and they cannot reuse the already createdMeiliSearch
instance that@meilisearch/instant-meilisearch
creates. This introduces another potential problem, which is that the version which@meilisearch/instant-meilisearch
uses and the one that is separately installed is mismatched, resulting in a larger bundle.This can be avoided by exposing all of
meilisearch
package from@meilisearch/instant-meilisearch
and also exposing the created instance, sort of like how #1258 will expose the search parameters.The text was updated successfully, but these errors were encountered: