summaryrefslogtreecommitdiff
path: root/searx/templates/simple
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2024-11-26 15:01:21 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-11-29 15:05:00 +0100
commit6a9b97cad23c2dccb6e5bbe36b58fd3280da8af9 (patch)
tree951cf758987a450b4474ef76f096d0a19bc9a4a6 /searx/templates/simple
parent6ca89e13198ed3b1e67e8f8209022affc4377603 (diff)
downloadsearxng-6a9b97cad23c2dccb6e5bbe36b58fd3280da8af9.tar.gz
searxng-6a9b97cad23c2dccb6e5bbe36b58fd3280da8af9.zip
[feat] search: shift/ctrl click a category to select multiple categories
Diffstat (limited to 'searx/templates/simple')
-rw-r--r--searx/templates/simple/categories.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/simple/categories.html b/searx/templates/simple/categories.html
index 2bef2f8f6..10eaf97db 100644
--- a/searx/templates/simple/categories.html
+++ b/searx/templates/simple/categories.html
@@ -31,6 +31,7 @@
<div class="category_name">{{- _(category) -}}</div>{{- '' -}}
</button>{{- '' -}}
{%- endfor -%}
+ <input name="categories" id="selected-categories" type="hidden" />
{{- '\n' -}}
{%- endif -%}
</div>{{- '' -}}