mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] add spellcheck functionality to searxng, closes #3816
This commit is contained in:
parent
b183e620d8
commit
c5de9784ea
5 changed files with 61 additions and 0 deletions
|
|
@ -179,6 +179,9 @@
|
|||
{% if 'safesearch' not in locked_preferences %}
|
||||
{%- include 'simple/preferences/safesearch.html' -%}
|
||||
{%- endif -%}
|
||||
{% if 'spellcheck' not in locked_preferences %}
|
||||
{%- include 'simple/preferences/spellcheck.html' -%}
|
||||
{%- endif -%}
|
||||
{{- plugin_preferences('general') -}}
|
||||
{%- if 'doi_resolver' not in locked_preferences %}
|
||||
{%- include 'simple/preferences/doi_resolver.html' -%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue