robstein / Nooz

22 North, Inc. codebase
http://www.nooz-app.com
0 stars 0 forks source link

Profile only returns 10 stories. #79

Closed robstein closed 10 years ago

robstein commented 10 years ago

Separate breaking and profile requests

if (("BREAKING" == request.body.searchType) || ("PROFILE" == request.body.searchType)) {       
    response.send(200, results.reverse().slice(0, Math.min(results.length, 10)));
}
robstein commented 10 years ago

a1ef594006eb67e8231f67c19b07e83ea17ba2f2