mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] opensearch on chromium for android (#2132)
This commit is contained in:
parent
27d74826f1
commit
a5e6423c39
2 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<Image>{{ urljoin(host, url_for('static', filename='img/favicon.png')) }}</Image>
|
||||
<LongName>searx metasearch</LongName>
|
||||
{% if opensearch_method == 'get' %}
|
||||
<Url rel="results" type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/>
|
||||
<Url rel="results" type="text/html" method="get" template="{{ host }}?q={searchTerms}"/>
|
||||
{% else %}
|
||||
<Url rel="results" type="text/html" method="post" template="{{ host }}">
|
||||
<Param name="q" value="{searchTerms}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue