diff --git a/select2.js b/select2.js index da5d6a1e..1274456d 100755 --- a/select2.js +++ b/select2.js @@ -868,9 +868,9 @@ if (below <= 0) { more.addClass("select2-active"); this.opts.query({ - term: this.search.val(), + term: term, page: page, - context: this.context, + context: context, matcher: this.opts.matcher, callback: this.bind(function (data) {