Highlights
Torznab and /dmm/filtered searches with a trailing year in q= (e.g. q=Oppenheimer 2023 or q=Oppenheimer (2023)) now return results. Previously they returned zero because the trigram match was running against the cleaned title (which never contains a year) and failing the similarity threshold.
This was an inherited upstream issue dating to iPromKnight/zilean@5149cd1 (Nov 2024).
The trailing year is now extracted from q= and routed into the structured Year filter automatically. Explicit &year= still wins when both are provided. Bare-year queries like q=1923 (the show) and mid-string years like q=The Matrix 1999 Remastered are unaffected.
Closes #22.
Bug Fixes
- extract trailing year from q= in filtered search (6c8e0d1)