[PR #14856] [MERGED] Apply filter server side #13972

Closed
opened 2025-12-22 10:14:14 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: bugfix/FixNameFilterOnCollections


📝 Commits (5)

📊 Changes

2 files changed (+21 additions, -1 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/Folder.cs (+4 -1)
📝 MediaBrowser.Controller/Entities/UserViewBuilder.cs (+17 -0)

📄 Description

Quick and Dirty fix for filter aggregation issues related to paged filtering

This is a pure quickfix for RC6


🔄 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/14856 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 9/24/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bugfix/FixNameFilterOnCollections` --- ### 📝 Commits (5) - [`23e7132`](https://github.com/jellyfin/jellyfin/commit/23e713258383471b4daf8bb80b6b49d15f66276f) Apply filter server side - [`1388c1f`](https://github.com/jellyfin/jellyfin/commit/1388c1f19ac159fb7c804c2eef0520cabd157bf9) Remove diacritics - [`7d7f35b`](https://github.com/jellyfin/jellyfin/commit/7d7f35b6b0dfd0b1c19e5be1d2419b54f1c5112f) Use SortName instead - [`5ecc692`](https://github.com/jellyfin/jellyfin/commit/5ecc69290a1a809022175c20108ad924e2a06bc1) Add NameStartWithOrGreat and NameLessThen - [`13ae80d`](https://github.com/jellyfin/jellyfin/commit/13ae80d0c9310fcc97a747052ea3f66ebccb0772) use ordinal comparison ### 📊 Changes **2 files changed** (+21 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+4 -1) 📝 `MediaBrowser.Controller/Entities/UserViewBuilder.cs` (+17 -0) </details> ### 📄 Description Quick and Dirty fix for filter aggregation issues related to paged filtering This is a pure quickfix for RC6 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 10:14:14 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#13972
No description provided.