mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-01 17:15:46 +01:00
IndexDeletion operation have ClearAll details
This commit is contained in:
parent
a083c9e452
commit
f1b1cfdbcc
@ -279,7 +279,7 @@ impl KindWithContent {
|
|||||||
KindWithContent::Settings { new_settings, .. } => Some(Details::Settings {
|
KindWithContent::Settings { new_settings, .. } => Some(Details::Settings {
|
||||||
settings: new_settings.clone(),
|
settings: new_settings.clone(),
|
||||||
}),
|
}),
|
||||||
KindWithContent::IndexDeletion { .. } => Some(Details::IndexInfo { primary_key: None }),
|
KindWithContent::IndexDeletion { .. } => None,
|
||||||
KindWithContent::IndexCreation { primary_key, .. }
|
KindWithContent::IndexCreation { primary_key, .. }
|
||||||
| KindWithContent::IndexUpdate { primary_key, .. } => Some(Details::IndexInfo {
|
| KindWithContent::IndexUpdate { primary_key, .. } => Some(Details::IndexInfo {
|
||||||
primary_key: primary_key.clone(),
|
primary_key: primary_key.clone(),
|
||||||
|
Loading…
Reference in New Issue
Block a user