The toString() method gets the current search as a string, for textual representation of the search.
search = toString()
|
String |
Current search, as either full search with intentions or base search. |
var context = this.getContext();var search = context.get("search");
alert(escape(search.toString()));