X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=895afed562f4808b477398343fe78bbdba8e788b;hb=f6896292e9564440b11ca335edeef8997dedb8ca;hp=4e48f1ef3a06d37ac4e01bfcc1e8b90b1181bb5d;hpb=4e66fa95cf0b1ffa13ffb3c9bc710850593c14eb;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index 4e48f1e..895afed 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -127,6 +127,7 @@ function team($, teamName) { function onShow(data, teamName) { log("show"); m_totalRecordCount = data.merged; + log("found " + m_totalRecordCount + " records"); queue("pager").publish(data); queue("records").publish(data); } @@ -249,7 +250,7 @@ function team($, teamName) { that.resetPage = resetPage; - function newSearch(query, sortOrder, perpage, targets, torusquery) { + function newSearch(query, sortOrder, perpage, limit, targets, torusquery) { log("newSearch: " + query); if (m_config.use_service_proxy && !mkws.authenticated) { @@ -258,19 +259,19 @@ function team($, teamName) { } m_filters = [] - triggerSearch(query, sortOrder, perpage, targets, torusquery); + triggerSearch(query, sortOrder, perpage, limit, targets, torusquery); switchView('records'); // In case it's configured to start off as hidden m_submitted = true; } that.newSearch = newSearch; - function triggerSearch(query, sortOrder, perpage, targets, torusquery) { + function triggerSearch(query, sortOrder, perpage, limit, targets, torusquery) { resetPage(); queue("navi").publish(); var pp2filter = ""; - var pp2limit = ""; + var pp2limit = limit || ""; // Continue to use previous query/sort-order unless new ones are specified if (query) {