mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Use MatchingWords from keyword search instead of the one from vector search
This commit is contained in:
parent
c57f7f7379
commit
dff2707471
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ impl ScoreWithRatioResult {
|
|||
}
|
||||
|
||||
SearchResult {
|
||||
matching_words: left.matching_words,
|
||||
matching_words: right.matching_words,
|
||||
candidates: left.candidates | right.candidates,
|
||||
documents_ids,
|
||||
document_scores,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue