shimmie already uses ?q=
This commit is contained in:
parent
91f4fadd07
commit
a4772a209b
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ $.Autocompleter = function(input, options) {
|
||||||
dataType: options.dataType,
|
dataType: options.dataType,
|
||||||
url: options.url,
|
url: options.url,
|
||||||
data: $.extend({
|
data: $.extend({
|
||||||
q: lastWord(term),
|
s: lastWord(term),
|
||||||
limit: options.max
|
limit: options.max
|
||||||
}, extraParams),
|
}, extraParams),
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
|
Reference in a new issue