mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #9370] [MERGED] feat: Add "Always-On Web Search" configuration. #45411
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/9370
Author: @hurxxxx
Created: 2/5/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @tjbck
Base:
dev← Head:feat/always-web-search📝 Commits (4)
af979cefeat: Add user setting for "Always Enable Search"857b3f0Merge remote-tracking branch 'upstream/dev' into feat/rag-status8e0c0b4fix : Infinite loading issue occurs.0e3c1acMerge remote-tracking branch 'upstream/dev' into feat/always-web-search📊 Changes
52 files changed (+83 additions, -4 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+3 -3)📝
src/lib/components/chat/Settings/Interface.svelte(+29 -0)📝
src/lib/components/chat/SettingsModal.svelte(+2 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/eu-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+1 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+1 -0)...and 32 more files
📄 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
[#3390] Add Always-On Web Search Setting in User Settings
Changed
src/lib/components/chat/Chat.sveltewebSearchEnabledto follow$settings?.alwaysOnWebSearch(default:false).src/lib/components/chat/Settings/Interface.sveltesrc/lib/components/chat/SettingsModal.sveltetranslation.jsonAdditional Information
Screenshots or Videos
406667769-aecfd5d5-4966-4bb8-85c1-66abace19589.webm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.