diff options
| author | vojkovic <git@vojk.au> | 2026-08-03 16:57:26 +0000 |
|---|---|---|
| committer | Brock Vojkovic <brock@vojk.au> | 2026-08-12 19:05:02 +0800 |
| commit | 1c3bb1e88f8781bd725c57a9a1c609ce0bb09926 (patch) | |
| tree | d1711396d056b3b653246753b334fe86dd020a06 /searx/templates/simple/elements/suggestions.html | |
| parent | 54613defc7d4cbbc1d8ec3ba269b90717eab0958 (diff) | |
[mod] defaults: GET method and ddg autocomplete
Diffstat (limited to 'searx/templates/simple/elements/suggestions.html')
| -rw-r--r-- | searx/templates/simple/elements/suggestions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/elements/suggestions.html b/searx/templates/simple/elements/suggestions.html index e847578d7..7ad6f7061 100644 --- a/searx/templates/simple/elements/suggestions.html +++ b/searx/templates/simple/elements/suggestions.html @@ -3,7 +3,7 @@ <summary class="title" id="suggestions-title">{{ _('Suggestions') }}</summary> <ul class="wrapper"> {%- for suggestion in suggestions -%} - <li><form method="{{ method or 'POST' }}" action="{{ url_for('search') }}"> + <li><form method="{{ method }}" action="{{ url_for('search') }}"> <input type="hidden" name="q" value="{{ suggestion.url }}"> {%- for category in selected_categories -%} <input type="hidden" name="category_{{ category }}" value="1"> |
