mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
implement matches
This commit is contained in:
parent
db7215eaa9
commit
97ef4a6c22
2 changed files with 309 additions and 107 deletions
|
@ -66,7 +66,7 @@ impl From<SearchQueryGet> for SearchQuery {
|
|||
crop_length: other.crop_length,
|
||||
attributes_to_highlight,
|
||||
filter,
|
||||
matches: Some(other.matches),
|
||||
matches: other.matches.unwrap_or_default(),
|
||||
facet_distributions,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue