mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Better behavior when null indexes
This commit is contained in:
parent
ad03c86c44
commit
f4bb6cbca8
3 changed files with 13 additions and 10 deletions
|
@ -210,7 +210,7 @@ impl KindWithContent {
|
|||
| SnapshotCreation
|
||||
| TaskCancelation { .. }
|
||||
| TaskDeletion { .. }
|
||||
| Export { .. } // TODO Should I resolve the index names?
|
||||
| Export { .. }
|
||||
| UpgradeDatabase { .. } => vec![],
|
||||
DocumentAdditionOrUpdate { index_uid, .. }
|
||||
| DocumentEdition { index_uid, .. }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue