fix the auto-generated details

This commit is contained in:
Irevoire 2022-10-19 16:44:42 +02:00 committed by Clément Renault
parent cff003c928
commit 5765883600
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
16 changed files with 176 additions and 27 deletions

View file

@ -731,7 +731,7 @@ impl IndexScheduler {
KindWithContent::IndexDeletion { .. } => Some(Details::ClearAll {
deleted_documents: Some(number_of_documents),
}),
otherwise => otherwise.default_details(),
otherwise => otherwise.default_finished_details(),
};
}