mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
adding initial code for backend-part of autocompleter
including test-code
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
window.addEvent('domready', function() {
|
||||
new Autocompleter.Request.JSON('q', '/', {
|
||||
new Autocompleter.Request.JSON('q', '/autocompleter', {
|
||||
postVar:'q',
|
||||
postData:{
|
||||
'autocompleter': 1,
|
||||
'format': 'json'
|
||||
},
|
||||
ajaxOptions:{
|
||||
|
||||
Reference in New Issue
Block a user