Daniel Ravina

Results 2 comments of Daniel Ravina

NM ijust noticed the `search` endpoint only support the `snippet`. Is there a way to get a list of search results with more data?

I made a workaround with 2 api calls. I guess there isn't a way to get everything in one shot. ``` js module.exports.search = (q) => { return new Promise((resolve,...