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
Trying to delete an index that does not exist on the MeiliSearch server will throw an error. To delete it without any error no matter what if it exists or not, we need a new method.
Add a method delete_index_if_exists: it deletes the index but does not throw any error if the index does not exist.
⚠️ This issue is generated, and delete_index_if_exists might be named differently in this package. Keep the already existing way of naming in this package to stay idomatic with the language and the repository.
Trying to delete an index that does not exist on the MeiliSearch server will throw an error. To delete it without any error no matter what if it exists or not, we need a new method.
delete_index_if_exists
: it deletes the index but does not throw any error if the index does not exist.Example: https://github.com/meilisearch/meilisearch-python/pull/268/files
delete_index_if_exists
might be named differently in this package. Keep the already existing way of naming in this package to stay idomatic with the language and the repository.Related to meilisearch/integration-guides#107
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue.
The text was updated successfully, but these errors were encountered: