mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 15:51:03 +00:00
Use MatchingWords from keyword search instead of the one from vector search
This commit is contained in:
@ -102,7 +102,7 @@ impl ScoreWithRatioResult {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SearchResult {
|
SearchResult {
|
||||||
matching_words: left.matching_words,
|
matching_words: right.matching_words,
|
||||||
candidates: left.candidates | right.candidates,
|
candidates: left.candidates | right.candidates,
|
||||||
documents_ids,
|
documents_ids,
|
||||||
document_scores,
|
document_scores,
|
||||||
|
Reference in New Issue
Block a user