Skip to content

Commit cee7f71

Browse files
committed
dump the extra equal
1 parent 7da1eea commit cee7f71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kubernetes/cluster-0/apps/selfhosted/open-webui/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
ENABLE_RAG_WEB_SEARCH: true
4949
ENABLE_SEARCH_QUERY: true
5050
RAG_WEB_SEARCH_ENGINE: searxng
51-
SEARXNG_QUERY_URL: http://searxng-app:8080/search?q==<query>
51+
SEARXNG_QUERY_URL: http://searxng-app:8080/search?q=<query>
5252
TZ: America/New_York
5353
envFrom: *envFrom
5454
probes:

kubernetes/cluster-0/apps/selfhosted/searxng/app/resources/settings.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ categories_as_tabs:
3939
enabled_plugins:
4040
- Basic Calculator
4141
- Hash plugin
42-
- Hostnames plugin
4342
- Open Access DOI rewrite
4443
- Self Informations
4544
- Tracker URL remover

0 commit comments

Comments
 (0)