mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix all the errors code and settings issues when importing a dump v2
This commit is contained in:
parent
3872a1b8d1
commit
a9eeb070b8
9 changed files with 85 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue