Function: resolveFacility()
resolveFacility(
posting,facilities,options?):MatchResult
Defined in: src/lib/pipeline/match-facility.ts:161
Resolve an employer string to a facility. CCN exact-match wins outright; otherwise blended name
similarity within the same state, with a +0.08 same-city boost. Returns facility: null (with a
reason) for the manual-match queue when nothing clears the threshold or the top two are too close.
Parameters
posting
PostingLocator
facilities
readonly MatchCandidate[]
options?
ResolveOptions = {}