mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[PR #15184] [CLOSED] feat: Real-time Search for Chat Conversations #23747
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15184
Author: @PVBLIC-F
Created: 6/20/2025
Status: ❌ Closed
Base:
main← Head:feat/chat-search📝 Commits (6)
ecb3000feat: implement Step 1 - Basic Chat Search Overlay4f8126dfix: restore working search functionality in Step 2f505140feat: implement Step 3 - Enhanced Navigation Experienceb411560feat: complete Step 4 - Visual Highlighting with improved UX20a7a58refactor: clean up ChatSearch component code8ff11c5Update README.md📊 Changes
5 files changed (+813 additions, -207 deletions)
View changed files
📝
README.md(+466 -205)📝
src/lib/components/chat/Chat.svelte(+12 -1)➕
src/lib/components/chat/ChatSearch.svelte(+322 -0)📝
src/lib/stores/index.ts(+1 -0)📝
src/routes/(app)/+layout.svelte(+12 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Ctrl+Fto instantly search through your chat history with live highlighting, chronological navigation, and professional UI design.rqdependency for background job processing capabilitiesChanged
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
https://github.com/user-attachments/assets/063f9c2c-83f3-4ff9-9718-b9a03c2d50d1
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.