-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
SDKsRelated to the MeiliSearch SDKsRelated to the MeiliSearch SDKsissues available in reposThe related issues have been open in the concerned repositoriesThe related issues have been open in the concerned repositoriesready to implement
Description
Currently, the get_all_indexes method in our SDKs returns a list of dict/struct/object, but not a list of Index instance. This is the only index-related method that does not return Index instance.
An instance is more convenient to manipulate than the object/struc/dict. See this example.
I suggest:
- we change the return of the current
get_all_indexes: make it return a list ofIndexinstances - we provide a
get_all_raw_indexes: a method that returns the list of dict/object/struct of indexes, so the response of the MeiliSearch server.
get_all_raw_indexes in get_all_indexes.
TODO
- meilisearch-dart
- meilisearch-dotnet
- meilisearch-go
- meilisearch-java
- meilisearch-js
- meilisearch-php
- meilisearch-python
- meilisearch-ruby
- meilisearch-rust
-
meilisearch-swift (not applicable)
alallema and bidoubiwa
Metadata
Metadata
Assignees
Labels
SDKsRelated to the MeiliSearch SDKsRelated to the MeiliSearch SDKsissues available in reposThe related issues have been open in the concerned repositoriesThe related issues have been open in the concerned repositoriesready to implement