[PR #12594] [MERGED] feat: Add support for searching files by name #110294

Closed
opened 2026-05-18 09:51:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/12594
Author: @gaby
Created: 4/8/2025
Status: Merged
Merged: 4/10/2025
Merged by: @tjbck

Base: devHead: search-files


📝 Commits (6)

📊 Changes

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

View changed files

📝 backend/open_webui/routers/files.py (+42 -0)

📄 Description

Description

  • Add support for searching files by name, or wildcard.

🔄 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/open-webui/open-webui/pull/12594 **Author:** [@gaby](https://github.com/gaby) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `search-files` --- ### 📝 Commits (6) - [`353b104`](https://github.com/open-webui/open-webui/commit/353b104c77e83b644b48382cefa48bd602d0c212) add support for searching files - [`7c1b004`](https://github.com/open-webui/open-webui/commit/7c1b0046874ae7182c443ab91246c1e384eafb21) simplify logic - [`e06ff17`](https://github.com/open-webui/open-webui/commit/e06ff17a709cfa6e320abc2f43850c0fab4e9908) Fix formatting - [`8609ca3`](https://github.com/open-webui/open-webui/commit/8609ca3657743c60a45fbefce02c8c0f48bd368b) Fix formatting again - [`1c60b8d`](https://github.com/open-webui/open-webui/commit/1c60b8d543d37fc56c71b2a7debaf3d9dda76570) Rewrite logic - [`fed47f2`](https://github.com/open-webui/open-webui/commit/fed47f2e2b2917f7fc033cec2e386dc03c8a2c99) Add content param to /search route ### 📊 Changes **1 file changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/routers/files.py` (+42 -0) </details> ### 📄 Description ### Description - Add support for searching files by name, or wildcard. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 09:51:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#110294