[PR #3226] [MERGED] Move SearchService to new API endpoint #9384

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3226
Author: @daullmer
Created: 6/2/2020
Status: Merged
Merged: 6/10/2020
Merged by: @crobibero

Base: api-migrationHead: api-searchservice


📝 Commits (5)

  • 638cfa3 Move SearchService to new API endpoint
  • f302942 Fix suggestions
  • 7fa374f Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs
  • cefa9d3 Add default values for parameters and fix spelling
  • 1491e93 Add response code documentation

📊 Changes

4 files changed (+298 additions, -333 deletions)

View changed files

📝 Jellyfin.Api/BaseJellyfinApiController.cs (+1 -0)
Jellyfin.Api/Controllers/SearchController.cs (+268 -0)
Jellyfin.Api/Helpers/RequestHelpers.cs (+29 -0)
MediaBrowser.Api/SearchService.cs (+0 -333)

📄 Description

Changes
Migrate SearchService.cs from MediaBrowser.Api to Jellyfin.Api to use the new ASP.NET WebApi endpoint.

Issues
Part of #2872


🔄 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/3226 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/2/2020 **Status:** ✅ Merged **Merged:** 6/10/2020 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `api-migration` ← **Head:** `api-searchservice` --- ### 📝 Commits (5) - [`638cfa3`](https://github.com/jellyfin/jellyfin/commit/638cfa32abc3ffd61119f774ffc5a0f5a490d3e9) Move SearchService to new API endpoint - [`f302942`](https://github.com/jellyfin/jellyfin/commit/f3029428cd118b34d73706fdd85cc3918b312a86) Fix suggestions - [`7fa374f`](https://github.com/jellyfin/jellyfin/commit/7fa374f8a2560cd1c58584b3d5b0567c91ef4138) Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs - [`cefa9d3`](https://github.com/jellyfin/jellyfin/commit/cefa9d3c086fd01b6f05080fa272fcf1f76158f2) Add default values for parameters and fix spelling - [`1491e93`](https://github.com/jellyfin/jellyfin/commit/1491e93d841a8c40ea1a9fed9d99427a64ccd66c) Add response code documentation ### 📊 Changes **4 files changed** (+298 additions, -333 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/BaseJellyfinApiController.cs` (+1 -0) ➕ `Jellyfin.Api/Controllers/SearchController.cs` (+268 -0) ➕ `Jellyfin.Api/Helpers/RequestHelpers.cs` (+29 -0) ➖ `MediaBrowser.Api/SearchService.cs` (+0 -333) </details> ### 📄 Description **Changes** Migrate SearchService.cs from MediaBrowser.Api to Jellyfin.Api to use the new ASP.NET WebApi endpoint. **Issues** Part of #2872 --- <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 06:01:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9384