Release digest
Fixed
- Amazon 0 reviews —
build_company_filterdid not strip slug-attached country codes (amazonde→amazon). Added no-space variants (de,at,ch,us,uk) with minimum-length guard. Amazon now returns 7,435 reviews instead of 0. - Glassdoor FAILED status — SerpAPI local tracker capped at 200 while real
quota was 132/250. Raised
MONTHLY_LIMIT200→245, reset tracker to actual usage. Jobs now showskipped(notfailed) when quota is genuinely exhausted. - Glassdoor 23 fetched → 1 saved —
review_idwasMD5(empty_snippet), identical for all entries → 22 of 23 dropped byON CONFLICT. Fixed toMD5(url)(unique per page).positive_textfallback: pros → snippet → text → title. - Overview.jsx —
dataSourcesprop missingglassdoorkey; UI always showedGlassdoor: 0 reviewseven when DB had data. Addedglassdoor_countpassthrough. - magic-search endpoint —
glassdoorwas missing from sources list; jobs were never triggered from Admin Panel UI.