mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-08 10:13:22 -05:00
[GH-ISSUE #7879] bug: duplicate chat created when using Open WebUI as a search engine #85658
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?
Originally created by @adan89lion on GitHub (Dec 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7879
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: v0.4.8
Ollama (if applicable): 0.5.1
Operating System: Linux Mint 22 Cinnamon (but reproducable on all desktop OSes)
Browser (if applicable): Universal (reproducable in Chromium and Gecko based browsers)
Confirmation:
Expected Behavior:
When deleting the current conversation created via search engine, it should return to a clean new chat.
Actual Behavior:
Open WebUI restarted a conversation with the prompt provided in the search engine query.
Description
Bug Summary:
I followed the "Browser Search Engine" integration tip from the official documentation. When searching with
webui Why is the sky bluein browser search bar, it correctly redirected to Open WebUI and started the conversation with the query. But when deleting this conversation, Open WebUI will start a newWhy is the sky blueconversation.Reproduction Details
Steps to Reproduce:
webui Why is the sky blueWhy is the sky blueWhy is the sky blue, instead of a clean new conversation.Logs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Screenshots/Screen Recordings (if applicable):
N/A
Additional Information
N/A