allow getting the last query
This commit is contained in:
parent
a8edb2124d
commit
63f8634042
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue