Addresses #243, ability to get name of saved search without accessing private properties
This commit is contained in:
parent
5017c15fb5
commit
90036a0ea7
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ Scholar.Search.prototype.getID = function(){
|
|||
}
|
||||
|
||||
|
||||
Scholar.Search.prototype.getName = function(){
|
||||
return this._savedSearchName;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Save the search to the DB and return a savedSearchID
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue