API referenceInterfaces
SearchWeights
Defined in: search-index/types.ts:21
Ranking-signal weights, applied best-effort by the provider. The Postgres
impl uses every field (ts_rank(...) * weight, summed per contact across
each source that matched); a provider without a given signal ignores that
field. Defined here so it is the one shared shape across the query surface —
the defaults + parser live app-side (apps/web/src/utils/constants/search.ts).
Properties
semantic
semantic: number;Defined in: search-index/types.ts:22
identity
identity: number;Defined in: search-index/types.ts:23
trigram
trigram: number;Defined in: search-index/types.ts:24
facts
facts: number;Defined in: search-index/types.ts:25
notes
notes: number;Defined in: search-index/types.ts:26
followUps
followUps: number;Defined in: search-index/types.ts:27
events
events: number;Defined in: search-index/types.ts:28
signals
signals: number;Defined in: search-index/types.ts:29