WIP - semantic linking working with just name

This commit is contained in:
Francisco Gaona
2026-04-12 09:26:23 +02:00
parent 320f8c4266
commit 385a842ab8
3 changed files with 38 additions and 21 deletions

View File

@@ -220,7 +220,8 @@ export class MeilisearchService {
{
q: query,
limit,
...(hybrid ? { hybrid } : {}),
showRankingScore: true,
...(hybrid ? { hybrid, showRankingScoreDetails: true } : {}),
},
this.buildHeaders(config),
);