From 8abf4ab993cd4a81dc97f85fb8a30a6c875221f7 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Thu, 20 Mar 2014 10:28:24 +0100 Subject: adding initial code for backend-part of autocompleter including test-code --- searx/static/js/searx.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'searx/static') diff --git a/searx/static/js/searx.js b/searx/static/js/searx.js index 15e6012c2..8687a9066 100644 --- a/searx/static/js/searx.js +++ b/searx/static/js/searx.js @@ -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:{ -- cgit v1.2.3