mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #2760] [MERGED] Fix/searxng #7885
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/2760
Author: @nirabo
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/3/2024
Merged by: @tjbck
Base:
dev← Head:fix/searxng📝 Commits (10+)
8eb81c9Merge pull request #2735 from open-webui/devcfc78deMerge pull request #2736 from open-webui/devd09164bMerge pull request #2739 from open-webui/dev9b3fdb1Merge pull request #2741 from open-webui/dev0744806Merge pull request #2742 from open-webui/dev5be97b8Merge pull request #2743 from open-webui/dev1d4c358Merge pull request #2745 from open-webui/deva39ab4dMerge pull request #2747 from open-webui/dev4b459e3Merge pull request #2749 from open-webui/dev61287a1Merge pull request #2752 from open-webui/dev📊 Changes
1 file changed (+49 additions, -14 deletions)
View changed files
📝
backend/apps/rag/search/searxng.py(+49 -14)📄 Description
Pull Request Checklist
Fixed
The SearXNG search function has been updated to correctly construct the query string using the params argument of the requests.get() function. This ensures that the query parameters are properly encoded and included in the URL.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.