mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
IndexDeletion operation have ClearAll details
This commit is contained in:
parent
be192f281d
commit
2a45d24143
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ impl KindWithContent {
|
|||
KindWithContent::Settings { new_settings, .. } => Some(Details::Settings {
|
||||
settings: new_settings.clone(),
|
||||
}),
|
||||
KindWithContent::IndexDeletion { .. } => Some(Details::IndexInfo { primary_key: None }),
|
||||
KindWithContent::IndexDeletion { .. } => None,
|
||||
KindWithContent::IndexCreation { primary_key, .. }
|
||||
| KindWithContent::IndexUpdate { primary_key, .. } => Some(Details::IndexInfo {
|
||||
primary_key: primary_key.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue