[PR #2261] [MERGED] fix(web): fix search 400 error when only entering m: #9465

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2261
Author: @faupau03
Created: 4/16/2023
Status: Merged
Merged: 4/16/2023
Merged by: @alextran1502

Base: mainHead: fix-search-400


📝 Commits (1)

  • 63cbcb4 fix search 400 error when only entering m:

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 web/src/lib/components/shared-components/search-bar/search-bar.svelte (+1 -0)

📄 Description

Fixes #2256 on the web side, by adding a pattern that matches all strings except only m:
fix-400-web


🔄 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/2261 **Author:** [@faupau03](https://github.com/faupau03) **Created:** 4/16/2023 **Status:** ✅ Merged **Merged:** 4/16/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix-search-400` --- ### 📝 Commits (1) - [`63cbcb4`](https://github.com/immich-app/immich/commit/63cbcb4ac61e0200323aff330e0f5e973a766eab) fix search 400 error when only entering m: ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/search-bar/search-bar.svelte` (+1 -0) </details> ### 📄 Description Fixes #2256 on the web side, by adding a pattern that matches all strings except only m: ![fix-400-web](https://user-images.githubusercontent.com/22776173/232314445-9ab1c2ee-aa92-4a03-9722-b29a948688de.png) --- <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 14:05:16 +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#9465