mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix deserializer
This commit is contained in:
parent
086020e543
commit
ac7226bb27
3 changed files with 4 additions and 1 deletions
|
@ -243,6 +243,7 @@ impl Index {
|
|||
documents_fields: self.documents_fields,
|
||||
schema: &schema,
|
||||
fields: attributes.as_ref(),
|
||||
displayed: true,
|
||||
};
|
||||
|
||||
Ok(Option::<T>::deserialize(&mut deserializer)?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue