movielens: always exclude unreleased movies from explore-catalogs#595
Conversation
PR Guard
Maintainers may still close PRs that do not match project direction or review capacity. |
|
An easy way to test this:
|
|
Can you fix the linting error real quick? |
It seems like it's just complaining that I removed the |
I was talking about the missing semi-colon in your code. |
Apply maxFutureDays=0 globally to all "explore" catalogs, to prevent unreleased movies from ever appearing in search and recommendation results. They were still appearing in several previously unhandled situations, such as "minYear=2026" (which then easily surfaced plenty of future "2029" releases). Instead of trying to catch every scenario (maxDaysAgo, sortBy=releaseDate, minYear=2026, etc), let's just universally exclude them from exploration catalogs. Unreleased titles cannot be streamed or even be watched in cinemas yet, and they lack meaningful ratings/tags, making them catalog noise.
615fa61 to
f51f387
Compare
|
@0xConstant1 Oh on the |
|
ty for your contribution 👍 |
Summary
Apply maxFutureDays=0 globally to all "explore" catalogs, to prevent unreleased movies from ever appearing in search and recommendation results.
They were still appearing in several previously unhandled situations, such as "minYear=2026" (which then easily surfaced plenty of future "2029" releases). Instead of trying to catch every scenario (maxDaysAgo, sortBy=releaseDate, minYear=2026, etc), let's just universally exclude them from exploration catalogs.
Unreleased titles cannot be streamed or even be watched in cinemas yet, and they lack meaningful ratings/tags, making them catalog noise.
Linked issue
None.
Type of change
Why this approach
See summary.
Testing
Describe exactly how you tested this change.
Documentation
Author checklist
CONTRIBUTING.md.AI usage disclosure