mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
change: themes.simple.autocompleter.MinChars 4 -> 0
add: settings.server.autocomplete_limit add settings.server.autocomplete_limit to SCHEMA add limit to autocomplete.py change: default value of autocomplete_limit 0-50 fix: pylint C0325 R1719 R1735
This commit is contained in:
parent
e22dc2ba36
commit
92c9ee31a0
4 changed files with 38 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
|||
"Content-type": "application/x-www-form-urlencoded",
|
||||
"X-Requested-With": "XMLHttpRequest"
|
||||
},
|
||||
MinChars: 4,
|
||||
MinChars: 0,
|
||||
Delay: 300,
|
||||
_Position: function () {},
|
||||
_Open: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue