mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-11 22:26:25 +00:00
Add facet deletion tests that use both the incremental and bulk methods
+ update deletion snapshots to the new database format
This commit is contained in:
@@ -54,7 +54,7 @@ impl<'t, 'u, 'i> DeleteDocuments<'t, 'u, 'i> {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
fn disable_soft_deletion(&mut self, disable: bool) {
|
||||
pub fn disable_soft_deletion(&mut self, disable: bool) {
|
||||
self.disable_soft_deletion = disable;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user