WIP - semantic linking working with just name
This commit is contained in:
@@ -220,7 +220,8 @@ export class MeilisearchService {
|
||||
{
|
||||
q: query,
|
||||
limit,
|
||||
...(hybrid ? { hybrid } : {}),
|
||||
showRankingScore: true,
|
||||
...(hybrid ? { hybrid, showRankingScoreDetails: true } : {}),
|
||||
},
|
||||
this.buildHeaders(config),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user