From: Mike Taylor Date: Tue, 6 Oct 2015 16:00:32 +0000 (+0100) Subject: Last part of MKWS-413. X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=12099f341d4d836116b636796a8e4af3306d3828 Last part of MKWS-413. widget.autosearch no longer attempts to pass individual arguments into team.newSearch. (It can't -- the variables are undefined.) --- diff --git a/src/mkws-widget.js b/src/mkws-widget.js index 94cd6f6..566f604 100644 --- a/src/mkws-widget.js +++ b/src/mkws-widget.js @@ -114,7 +114,7 @@ mkws.makeWidget = function($, team, type, node) { // them in in the subclass, as widget.autosearch is called in // the superclass, before the subclass fiddles with the // configuration. - that.team.newSearch(that, query, sortOrder, maxrecs, perpage, limit, targets, targetfilter); + that.team.newSearch(that, query); }); } };