mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Extract vector points: remove the {
This commit is contained in:
parent
87f105747f
commit
0ca652de28
1 changed files with 1 additions and 2 deletions
|
@ -882,8 +882,7 @@ fn regenerate_all_fragments<'a>(
|
|||
let name = &new.name;
|
||||
let new = RequestFragmentExtractor::new(new, doc_alloc).ignore_errors();
|
||||
|
||||
let diff =
|
||||
{ new.extract(&obkv_document, &()) }.expect("ignoring errors so this cannot fail");
|
||||
let diff = new.extract(&obkv_document, &()).expect("ignoring errors so this cannot fail");
|
||||
if let Some(value) = diff {
|
||||
fragment_diff.push((name.clone(), value));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue