mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
docs(changelog): record the jobbank-search date-field fix (#342)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
df7919cdf5
commit
40022dd8b9
@@ -46,6 +46,14 @@ per-file diff commands.
|
||||
|
||||
### Fixed
|
||||
|
||||
- **`jobbank-search` search output now carries the `/scrape` contract's `date` field** (#342) -
|
||||
the CLI emitted `posted` (full ISO 8601) but not the cross-portal `date` key, the one Step 2
|
||||
contract field it was missing. Search results now additively emit `date` as `YYYY-MM-DD`
|
||||
derived from `posted` (kept unchanged), `null` when the feed item carries no `pubDate`. The
|
||||
result mapping is extracted into an exported `normalizeSearchItem` so the derivation is
|
||||
pinned by tests. Completes the portal-contract series with #339 (jobnet) and #340
|
||||
(jobdanmark).
|
||||
|
||||
- **`jobdanmark-search` search output now carries the `/scrape` contract fields** - the CLI
|
||||
exposed the API-native schema (`companyName`, `publishedDate` in `DD-MM-YYYY`, …) with no
|
||||
`company`, `location`, `date` or `deadline`, so every `/scrape` run flagged jobdanmark as
|
||||
|
||||
Reference in New Issue
Block a user