mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix update system
This commit is contained in:
parent
58fe87067b
commit
f77f38dfa0
6 changed files with 50 additions and 40 deletions
|
@ -305,7 +305,7 @@ pub fn serialize_value<'a, T: ?Sized>(
|
|||
where
|
||||
T: ser::Serialize,
|
||||
{
|
||||
let field_id = schema.get_or_create(attribute)?;
|
||||
let field_id = schema.get_or_create_empty(attribute.clone())?;
|
||||
|
||||
serialize_value_with_id(
|
||||
txn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue