Skip to content

Commit 50209ca

Browse files
committed
feat: add property to hit's rankinginfo
1 parent bdd0997 commit 50209ca

File tree

1 file changed

+1
-0
lines changed
  • packages/client-search/src/types

1 file changed

+1
-0
lines changed

packages/client-search/src/types/Hit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export type RankingInfo = {
4343
readonly rankingScore: number;
4444
readonly score: number;
4545
};
46+
readonly promotedByReRanking?: boolean;
4647
};
4748

4849
export type Hit<THit> = THit & {

0 commit comments

Comments
 (0)