fix all the errors code and settings issues when importing a dump v2

This commit is contained in:
Tamo 2022-10-17 12:47:48 +02:00 committed by Clément Renault
parent 3872a1b8d1
commit a9eeb070b8
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
9 changed files with 85 additions and 15 deletions

View file

@ -1,10 +1,8 @@
use meilisearch_types::{
error::ResponseError,
keys::Key,
milli::update::IndexDocumentsMethod,
settings::Unchecked,
tasks::{Details, KindWithContent, Status, Task, TaskId},
InstanceUid,
};
use serde::{Deserialize, Serialize};
use time::OffsetDateTime;