mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix encoding bug
This commit is contained in:
parent
2716c1aebb
commit
99551fc21b
9 changed files with 34 additions and 41 deletions
|
@ -23,7 +23,9 @@ pub enum UpdateMeta {
|
|||
primary_key: Option<String>,
|
||||
},
|
||||
ClearDocuments,
|
||||
DeleteDocuments,
|
||||
DeleteDocuments {
|
||||
documents: Vec<String>
|
||||
},
|
||||
Settings(Settings<Unchecked>),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue