summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/opensearch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/opensearch.xml b/searx/templates/opensearch.xml
index 82f8225c0..f39283f99 100644
--- a/searx/templates/opensearch.xml
+++ b/searx/templates/opensearch.xml
@@ -4,8 +4,8 @@
<Description>Search searx</Description>
<InputEncoding>UTF-8</InputEncoding>
<LongName>searx metasearch</LongName>
- {% if method == 'get' %}
- <Url type="text/html" method="get" template="{{ host }}?q={searchTerms}"/>
+ {% if opensearch_method == 'get' %}
+ <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/>
{% if autocomplete %}
<Url type="application/x-suggestions+json" method="get" template="{{ host }}autocompleter">
<Param name="format" value="x-suggestions" />