mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
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/16628
Author: @svenseeberg
Created: 8/14/2025
Status: ❌ Closed
Base:
dev← Head:improve-filters-list📝 Commits (1)
df19f85Improve web search domain filtering, fix #9912📊 Changes
3 files changed (+9 additions, -10 deletions)
View changed files
📝
backend/open_webui/retrieval/web/bing.py(+3 -3)📝
backend/open_webui/retrieval/web/duckduckgo.py(+3 -3)📝
backend/open_webui/retrieval/web/google_pse.py(+3 -4)📄 Description
Filtering the search engine results by domain after the search is very inefficient, as there is a high risk that the domains of interest are not even in the result list. It would be much better to restrict the search engines (at least Google and Duckduckgo) with the
site:argument.I currently have issues testing this PR due to #16630.
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
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
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.