mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
fix encoding bug
This commit is contained in:
@ -23,7 +23,9 @@ pub enum UpdateMeta {
|
||||
primary_key: Option<String>,
|
||||
},
|
||||
ClearDocuments,
|
||||
DeleteDocuments,
|
||||
DeleteDocuments {
|
||||
documents: Vec<String>
|
||||
},
|
||||
Settings(Settings<Unchecked>),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user