summaryrefslogtreecommitdiff
path: root/searx/templates/results.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/results.html')
-rw-r--r--searx/templates/results.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html
index f130f5bc5..5b214b06d 100644
--- a/searx/templates/results.html
+++ b/searx/templates/results.html
@@ -18,5 +18,19 @@
{% include 'result_templates/default.html' %}
{% endif %}
{% endfor %}
+ <form method="post" action="">
+ <div class="left">
+ <input type="hidden" name="q" value="{{ q }}" />
+ <input type="hidden" name="format" value="csv" />
+ <input type="submit" value="download results in csv" />
+ </div>
+ </form>
+ <form method="post" action="">
+ <div class="">
+ <input type="hidden" name="q" value="{{ q }}" />
+ <input type="hidden" name="format" value="json" />
+ <input type="submit" value="download results in json" />
+ </div>
+ </form>
</div>
{% endblock %}