mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
refactor formatter
share the analyzer instance between the formatter and the compute_matches function
This commit is contained in:
@ -66,7 +66,7 @@ impl From<SearchQueryGet> for SearchQuery {
|
||||
crop_length: other.crop_length,
|
||||
attributes_to_highlight,
|
||||
filter,
|
||||
matches: other.matches.unwrap_or_default(),
|
||||
matches: other.matches,
|
||||
facet_distributions,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user