Skip to content

Return full release_date from movie search, not just year - #307

Merged
ALeonard9 merged 1 commit into
mainfrom
api-movie-search-release-date
Aug 6, 2026
Merged

Return full release_date from movie search, not just year#307
ALeonard9 merged 1 commit into
mainfrom
api-movie-search-release-date

Conversation

@ALeonard9

Copy link
Copy Markdown
Owner

Summary

  • web#180 (unreleased movies show a release date instead of a rank affordance) was applied to the watchlist card but not search results, because search only ever returned a truncated year
  • Threads TMDB's release_date through search-hit normalization (_normalize_hit) and the MovieSearchResult schema so the web client can tell an unreleased title apart in search too

Test plan

  • pytest tests/unit/movie_search_test.py tests/integration/router_movies_test.py — 39/39 passing, including new release_date assertions
  • black / pylint clean via pre-commit

🤖 Generated with Claude Code

web#180 (unreleased movies show a release date instead of a rank
affordance) was applied to the watchlist card but not search results,
because search only ever returned a truncated year. Threads TMDB's
release_date through search-hit normalization so the web client can
tell an unreleased title apart there too.
@ALeonard9
ALeonard9 merged commit f340753 into main Aug 6, 2026
9 checks passed
@ALeonard9
ALeonard9 deleted the api-movie-search-release-date branch August 6, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant