8eb81c9 Merge pull request #2735 from open-webui/dev
cfc78de Merge pull request #2736 from open-webui/dev
d09164b Merge pull request #2739 from open-webui/dev
9b3fdb1 Merge pull request #2741 from open-webui/dev
0744806 Merge pull request #2742 from open-webui/dev
5be97b8 Merge pull request #2743 from open-webui/dev
1d4c358 Merge pull request #2745 from open-webui/dev
a39ab4d Merge pull request #2747 from open-webui/dev
4b459e3 Merge pull request #2749 from open-webui/dev
61287a1 Merge 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.
## 📋 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.