mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #8816] [CLOSED] feat: Add search query configuration for multiple searching query handling #9086
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/8816
Author: @hurxxxx
Created: 1/23/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (10+)
920ef69feat: Add search query configuration for multiple searching query handling122dcb4fix: ALLOW_MULTIPLE_SEARCH_QUERIES set default False4fe0eefrefactor: use clearer naming for option and variableae46acaMerge remote-tracking branch 'upstream/dev' into devec644a0Merge remote-tracking branch 'upstream/dev' into dev6b29e2aMerge remote-tracking branch 'upstream/dev' into devf92b4b1Merge remote-tracking branch 'upstream/dev' into dev6b4cbcdMerge remote-tracking branch 'upstream/dev' into dev6d82761fix : resolve conflict and fetch Inferface.svelte0443630fix: default value📊 Changes
54 files changed (+137 additions, -64 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/tasks.py(+6 -0)📝
backend/open_webui/utils/middleware.py(+64 -63)📝
src/lib/components/admin/Settings/Interface.svelte(+9 -0)📝
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)...and 34 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
Currently, web search only processes a single hardcoded query, even when multiple search queries are generated. To improve this functionality, the following changes have been introduced:
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
The changes are as follows:
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.