[PR #2760] [MERGED] Fix/searxng #7885

Closed
opened 2025-11-11 17:39:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: fix/searxng


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2760 **Author:** [@nirabo](https://github.com/nirabo) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `fix/searxng` --- ### 📝 Commits (10+) - [`8eb81c9`](https://github.com/open-webui/open-webui/commit/8eb81c91279b5d6245fc3009ade9667b3077272e) Merge pull request #2735 from open-webui/dev - [`cfc78de`](https://github.com/open-webui/open-webui/commit/cfc78dedf0024ecb97a5090825af2698524c9d71) Merge pull request #2736 from open-webui/dev - [`d09164b`](https://github.com/open-webui/open-webui/commit/d09164b72940bb7704334216e35a1bd93ee22649) Merge pull request #2739 from open-webui/dev - [`9b3fdb1`](https://github.com/open-webui/open-webui/commit/9b3fdb1838d9808c35a882dd09755665f2b7517f) Merge pull request #2741 from open-webui/dev - [`0744806`](https://github.com/open-webui/open-webui/commit/07448065230b01bbcd473580c65bf3c99be4dc2b) Merge pull request #2742 from open-webui/dev - [`5be97b8`](https://github.com/open-webui/open-webui/commit/5be97b81d61c571eb6758bf7b3d2ee85a09d2d02) Merge pull request #2743 from open-webui/dev - [`1d4c358`](https://github.com/open-webui/open-webui/commit/1d4c3586244b18129cb0896e019f642d33bd08fd) Merge pull request #2745 from open-webui/dev - [`a39ab4d`](https://github.com/open-webui/open-webui/commit/a39ab4dd24402d023ec723690ceebd30a35796eb) Merge pull request #2747 from open-webui/dev - [`4b459e3`](https://github.com/open-webui/open-webui/commit/4b459e372fe7b205e6c380926f0b376b62bdb3bc) Merge pull request #2749 from open-webui/dev - [`61287a1`](https://github.com/open-webui/open-webui/commit/61287a16d5702cd1361c6fe75865333e9b01e02f) Merge pull request #2752 from open-webui/dev ### 📊 Changes **1 file changed** (+49 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/search/searxng.py` (+49 -14) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:39:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7885