[PR #14843] [MERGED] Fix ordering where exists #14144

Closed
opened 2026-02-07 07:25:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14843
Author: @JPVenson
Created: 9/23/2025
Status: Merged
Merged: 9/24/2025
Merged by: @crobibero

Base: masterHead: bugfix/FixPeopleOrdering


📝 Commits (6)

  • 98fa161 Fix ordering where exists
  • 65b21fc Fix people ordering
  • b448b95 Redefine people Ordering
  • bcc3660 Redefine ordering
  • 9020812 Test new sort order generation
  • f0c5f68 Merge remote-tracking branch 'jellyfinorigin/master' into bugfix/FixPeopleOrdering

📊 Changes

1 file changed (+15 additions, -8 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Item/PeopleRepository.cs (+15 -8)

📄 Description

Readds the ordering to Person queries.
In difference to 10.10 the new system orders the person data in relation to the looked up baseitem if provided by the query and then orders by ActorType and then by name.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14843 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/24/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bugfix/FixPeopleOrdering` --- ### 📝 Commits (6) - [`98fa161`](https://github.com/jellyfin/jellyfin/commit/98fa161224d29c34655e02494191b47ec0a2a056) Fix ordering where exists - [`65b21fc`](https://github.com/jellyfin/jellyfin/commit/65b21fcc521a655d4b4fb7e61d377c44c818f0fe) Fix people ordering - [`b448b95`](https://github.com/jellyfin/jellyfin/commit/b448b9538952f19d79f53421ca19cca4474b29f1) Redefine people Ordering - [`bcc3660`](https://github.com/jellyfin/jellyfin/commit/bcc3660931c7191a5d3898185f2c2884bf8478b4) Redefine ordering - [`9020812`](https://github.com/jellyfin/jellyfin/commit/9020812c4a25389ade1655e695f612f1da081b3a) Test new sort order generation - [`f0c5f68`](https://github.com/jellyfin/jellyfin/commit/f0c5f68480131e1cd870616b20659a2230cf584d) Merge remote-tracking branch 'jellyfinorigin/master' into bugfix/FixPeopleOrdering ### 📊 Changes **1 file changed** (+15 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/PeopleRepository.cs` (+15 -8) </details> ### 📄 Description Readds the ordering to Person queries. In difference to 10.10 the new system orders the person data in relation to the looked up baseitem if provided by the query and then orders by ActorType and then by name. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:25:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14144