feat: Stop using hard-coded params in searxng.py #12953
ReiSuzunami
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
I think this issue would be resolved if #12822 gets merged? Or do you think there's still a need for custom searxng parameter configuration? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check Existing Issues
Problem Description
I think the config of SearxNG should be open to users, like SafeSearch, Language, Time, Category and ImageProxy.
I have deployed my own SearxNG instance and I found my settings were overwritten by hard-coded query params inside
backend/open_webui/retrieval/web/searxng.py:My Open-WebUI could not reach the Public Internet, so I must use ImageProxy with a custom PlayWright server to make Web Searching possible and current version of SearxNG plugin is keeping me from that.
It will be nice if anyone could fix this.
Desired Solution you'd like
Make the attributes in the params editable via ENV or on the Web Interface..
Alternatives Considered
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions