dhaga.docs
API referenceInterfaces

SearchIndexResult

Defined in: search-index/types.ts:55

Properties

id

id: string;

Defined in: search-index/types.ts:56


kind

kind: SearchKind;

Defined in: search-index/types.ts:57


label

label: string;

Defined in: search-index/types.ts:58


sublabel?

optional sublabel?: string | null;

Defined in: search-index/types.ts:60

Disambiguating secondary line (title · company, event date, …).


score

score: number;

Defined in: search-index/types.ts:61


matches?

optional matches?: string[];

Defined in: search-index/types.ts:63

Labeled snippets explaining why this matched (the receipts).

On this page