Skip to main content

Function: listFacilityMatchCandidates()

listFacilityMatchCandidates(svc, companyId): Promise<MatchCandidate[]>

Defined in: src/db/queries/pipeline.ts:61

The candidate pool for resolveFacility — every facility in the company with the fields the matcher uses. 581 rows today, so a single unpaginated read is fine; revisit if it grows.

Parameters

svc

SupabaseClient

companyId

string

Returns

Promise<MatchCandidate[]>