allow getting the last query

This commit is contained in:
Jörn Friedrich Dreyer 2014-12-19 16:39:49 +01:00
parent a8edb2124d
commit 63f8634042
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@
var lastSize = 30;
var lastResults = {};
this.getLastQuery = function() {
return lastQuery;
};
/**
* Do a search query and display the results
* @param {string} query the search query