@margo All depends on how are u processing that search, each search result return a search object which have methods and properties...is not exactly a ligth object, normally when you do a search you have/use 4 different functions...
1- to create the search.
2- to return all the results.
3- call each result to get each value.
4- build a result object only with the value u need(json) object...