mirror of https://github.com/searxng/searxng.git
[fix] search url categories
This commit is contained in:
parent
6ff57dfbe1
commit
c2951e16a5
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<div id="search_url">
|
<div id="search_url">
|
||||||
{{ _('Search URL') }}:
|
{{ _('Search URL') }}:
|
||||||
<input type="text" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}" readonly="" />
|
<input type="text" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}{% if selected_categories %}&category_{{ selected_categories|join("&category_") }}{% endif %}" readonly="" />
|
||||||
</div>
|
</div>
|
||||||
<div id="apis">
|
<div id="apis">
|
||||||
{{ _('Download results') }}
|
{{ _('Download results') }}
|
||||||
|
|
Loading…
Reference in New Issue