File tree Expand file tree Collapse file tree
packages/client-search/src/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export type RankingInfo = {
4343readonly rankingScore : number ;
4444readonly score : number ;
4545} ;
46+ readonly promotedByReRanking ?: boolean ;
4647} ;
4748
4849export type Hit < THit > = THit & {
Original file line number Diff line number Diff line change @@ -366,5 +366,6 @@ export type SearchOptions = {
366366readonly reRankingApplyFilter ?:
367367| string
368368| readonly string [ ]
369- | ReadonlyArray < readonly string [ ] | string > ;
369+ | ReadonlyArray < readonly string [ ] | string >
370+ | null ;
370371} ;
Original file line number Diff line number Diff line change @@ -359,5 +359,6 @@ export type Settings = {
359359readonly reRankingApplyFilter ?:
360360| string
361361| readonly string [ ]
362- | ReadonlyArray < readonly string [ ] | string > ;
362+ | ReadonlyArray < readonly string [ ] | string >
363+ | null ;
363364} ;
You can’t perform that action at this time.
0 commit comments