[PR #12741] [MERGED] Do not consider tags in search #13351

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12741
Author: @Shadowghost
Created: 9/28/2024
Status: Merged
Merged: 9/30/2024
Merged by: @crobibero

Base: masterHead: do-not-consider-tags-in-search


📝 Commits (2)

  • c2751b9 Do not consider tags when searching
  • 85a9d99 Fix CS1591 is SqliteItemRepository

📊 Changes

1 file changed (+24 additions, -10 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+24 -10)

📄 Description

The extended tag search has apparently slowed down search responses significantly.

Changes


🔄 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/12741 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 9/28/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `do-not-consider-tags-in-search` --- ### 📝 Commits (2) - [`c2751b9`](https://github.com/jellyfin/jellyfin/commit/c2751b91cd80868b101de73c78c82e425b602306) Do not consider tags when searching - [`85a9d99`](https://github.com/jellyfin/jellyfin/commit/85a9d994938cabfdc64b4334eb5756c545e3e40d) Fix CS1591 is SqliteItemRepository ### 📊 Changes **1 file changed** (+24 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+24 -10) </details> ### 📄 Description The extended tag search has apparently slowed down search responses significantly. **Changes** * Reverts #8914 and #8842 * Fixes CS1591 in SqliteItemRepository --- <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:11:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13351