mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 16:59:21 +02:00
[enh] autocompleter server side part
This commit is contained in:
parent
20504a0e83
commit
41dd4d9ba3
5 changed files with 69 additions and 28 deletions
|
@ -9,7 +9,7 @@ if(searx.autocompleter) {
|
|||
timeout: 5 // Correct option?
|
||||
},
|
||||
'minLength': 4,
|
||||
'selectMode': 'type-ahead',
|
||||
// 'selectMode': 'type-ahead',
|
||||
cache: true,
|
||||
delay: 300
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue