mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fmt
This commit is contained in:
parent
97ef4a6c22
commit
f6d1fb7ac2
1 changed files with 3 additions and 1 deletions
|
@ -173,7 +173,9 @@ impl Index {
|
|||
for (_id, obkv) in documents_iter {
|
||||
let document = make_document(&to_retrieve_ids, &fields_ids_map, obkv)?;
|
||||
|
||||
let matches_info = query.matches.then(|| compute_matches(&matching_words, &document));
|
||||
let matches_info = query
|
||||
.matches
|
||||
.then(|| compute_matches(&matching_words, &document));
|
||||
|
||||
let formatted = format_fields(
|
||||
&fields_ids_map,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue