searxng-beetroot/beetroot_template/elements/search_url.html

790 B

{{ _('Search URL') }}
{{ url_for('search', _external=True) }}?q={{ q|urlencode }}&language={{ current_language }}&time_range={{ time_range }}&safesearch={{ safesearch }}
        {%- if pageno > 1 -%}
          &pageno={{ pageno }}
        {%- endif -%}
        {%- if selected_categories -%}
          &categories={{ selected_categories|join(",") | replace(' ','+') }}
        {%- endif -%}
        {%- if timeout_limit -%}
          &timeout_limit={{ timeout_limit|urlencode }}
        {%- endif -%}