fix deserializer

This commit is contained in:
mpostma 2020-10-13 13:08:17 +02:00
parent 086020e543
commit ac7226bb27
3 changed files with 4 additions and 1 deletions

View file

@ -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)?)