[PR #25655] fix(search): add server info provider and update available search types #18329

Open
opened 2026-02-05 16:36:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/25655
Author: @marianwolf
Created: 1/29/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • 417f6ae fix(search): add server info provider and update available search types
  • bb72f45 optimize available search types retrieval using server features
  • 55afa62 Merge branch 'main' into main
  • 6951cd0 add final features in _getAvailableSearchTypes
  • 56438d4 Merge branch 'main' into main

📊 Changes

2 files changed (+103 additions, -49 deletions)

View changed files

📝 mobile/lib/pages/search/search.page.dart (+60 -30)
📝 mobile/lib/presentation/pages/search/drift_search.page.dart (+43 -19)

📄 Description

Description

add server info provider and update available search types

Fixes #25472

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

Please describe to which degree, if any, an LLM was used in creating this pull request.

I use GitHub Copilot


🔄 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/immich-app/immich/pull/25655 **Author:** [@marianwolf](https://github.com/marianwolf) **Created:** 1/29/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`417f6ae`](https://github.com/immich-app/immich/commit/417f6aeae747506b8ff94cdbd1ce2c410e5dd008) fix(search): add server info provider and update available search types - [`bb72f45`](https://github.com/immich-app/immich/commit/bb72f451c548feeb81e772a1029153c7b713e126) optimize available search types retrieval using server features - [`55afa62`](https://github.com/immich-app/immich/commit/55afa620bceeeba2a3c8bf219191ddd875cb7a95) Merge branch 'main' into main - [`6951cd0`](https://github.com/immich-app/immich/commit/6951cd0c713525366d192565fa35dcdd6a22cc16) add final features in _getAvailableSearchTypes - [`56438d4`](https://github.com/immich-app/immich/commit/56438d496a1102fc250d4cc1810216631bfeec4d) Merge branch 'main' into main ### 📊 Changes **2 files changed** (+103 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/pages/search/search.page.dart` (+60 -30) 📝 `mobile/lib/presentation/pages/search/drift_search.page.dart` (+43 -19) </details> ### 📄 Description ## Description add server info provider and update available search types Fixes #25472 ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation if applicable - [x] I have no unrelated changes in the PR. - [x] I have confirmed that any new dependencies are strictly necessary. - [ ] I have written tests for new code (if applicable) - [x] I have followed naming conventions/patterns in the surrounding code - [x] All code in `src/services/` uses repositories implementations for database calls, filesystem operations, etc. - [x] All code in `src/repositories/` is pretty basic/simple and does not have any immich specific logic (that belongs in `src/services/`) ## Please describe to which degree, if any, an LLM was used in creating this pull request. I use GitHub Copilot --- <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-05 16:36:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#18329