Score hybrid/onsite jobs low when job search profile is remote-only
- Require workArrangementMatch in LLM schema; show badge in Fit Assessment - Prompt: remote-only vs hybrid/N days in office is a hard cap (~35 score) - Deterministic cap from JD keywords + isRemote/workFromHomeType when only Remote is selected - hasNonEmptyProfile includes preferredWorkArrangement and preferredLocations so prefs reach the scorer Made-with: Cursor
This commit is contained in:
@@ -32,6 +32,8 @@ export interface UpdateSearchProfileInput {
|
||||
|
||||
export interface SuitabilityAnalysis {
|
||||
roleTypeMatch: number;
|
||||
/** How well location / remote vs hybrid / on-site matches preferences (0–100). */
|
||||
workArrangementMatch?: number;
|
||||
strengths: string[];
|
||||
gaps: string[];
|
||||
suggestions: string[];
|
||||
|
||||
Reference in New Issue
Block a user