Allow autocompleter to work in a sub folder of the domain name.

This commit is contained in:
Cqoicebordel 2015-02-16 14:45:42 +01:00
parent bbb5e23551
commit f7b052c354
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ if(searx.autocompleter) {
searx.searchResults = new Bloodhound({
datumTokenizer: Bloodhound.tokenizers.obj.whitespace('value'),
queryTokenizer: Bloodhound.tokenizers.whitespace,
remote: '/autocompleter?q=%QUERY'
remote: './autocompleter?q=%QUERY'
});
searx.searchResults.initialize();
}