Is there any way to find out all hn comments that got more than x upvotes in last y number of days?<p>I saw that the community voted to get the comments votes displayed (http://news.ycombinator.com/item?id=2445039), though it doesn't seem to be in place yet.<p>Actually - I just found it:
- Most points in last 24 hours for all posts: http://www.hnsearch.com/search#request/all&q=+&sortby=points+desc&start=0&filter[fields][create_ts]=[NOW-24HOURS%20TO%20NOW]<p>- most points in last 24 hours for all comments:<p>I tried this but does not seem to work (best is 1 upvote):
http://www.hnsearch.com/search#request/comments&q=+&sortby=points+desc&start=0&filter[fields][create_ts]=[NOW-24HOURS%20TO%20NOW]