Hi guys, I've created a collection with smart filters that lists all movies with the genre 'Action' in from teh year 2024. Is there a way to amend the year part of the filter to be => 2024 instead of just 2024?
My intention is that I'll have a few collections for unwatched movies from the last year, but part way through the year I'll change it to be just 2025, but until then I want it to pick up all 2024 plus any added in 2025 - hope that makes sense! Here's what I'm using so far;
sort_title: "!100_2024 Action Movies"
smart_filter:
all:
year:
- 2024
genre:
- Action
sort_by: release.desc```
Thanks