mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
review changes
This commit is contained in:
parent
eb7616ca0f
commit
3ef0830c5d
6 changed files with 9 additions and 7 deletions
|
@ -24,7 +24,7 @@ pub enum UpdateMeta {
|
|||
},
|
||||
ClearDocuments,
|
||||
DeleteDocuments {
|
||||
documents: Vec<String>
|
||||
ids: Vec<String>
|
||||
},
|
||||
Settings(Settings<Unchecked>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue