diff options
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/results.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html index 34195c866..9efb6ea4b 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -18,6 +18,10 @@ </div> {% endif %} + <div id="search_url"> + {{ _('Search URL') }}: + <input type="text" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}" readonly="" /> + </div> <div id="apis"> {{ _('Download results') }} {% for output_type in ('csv', 'json', 'rss') %} |