aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Item/OrderMapper.cs
AgeCommit message (Collapse)Author
2026-07-31Use CleanName when sorting by nametheguymadmax
2026-07-25Fix DatePlayed sorting performanceShadowghost
2026-07-02Fix review commentsShadowghost
2026-06-07Make resume queries version-awareShadowghost
2026-05-08Use SortName when sorting by nameShadowghost
2026-04-26Remove unnecessary materializationsShadowghost
2026-03-05Fix OrderMapperShadowghost
2026-02-23Optimize SeriesDatePlayed orderingShadowghost
2026-02-01Fix orderBy warningsShadowghost
2026-01-18Add early tag check exit and enhance search orderingShadowghost
- BaseItem: Skip GetInheritedTags() call for users without tag restrictions, improving visibility check performance - BaseItem: Only fetch parents once in visibility chec - OrderMapper: Include OriginalTitle in search relevance scoring for better matching of foreign content
2026-01-18Backport pull request #15983 from jellyfin/release-10.11.zShadowghost
Prioritize better matches on search Original-merge: a518160a6ff471541b7daae6d54c8b896bb1f2e6 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-11-17Backport pull request #15413 from jellyfin/release-10.11.zJPVenson
Fixed missing sort argument Original-merge: 91c3b1617e06283c88f36bc63046b99c993cb774 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-05-22Use CleanName for sorting case insensitiveMax
2025-05-21Make name sorting case insensitiveMax
2025-03-27Fix merged namespace errorCody Robibero
2025-03-27Fix Sort by Year Bug (#12101) (#13733)Jacob Warren