Live data from Hacker News

A Whole New Code Search

github.com

11–20 of 113 posts

Re: A Whole New Code Search

#11
Thank goodness. This is the part of GitHub that has been driving me up the wall for months. Google is pretty useless in this area when you're looking for something buried within a repo.

Fantastic job, it works beautifully. Congratulations (to GitHub and to Elastic Search - I'm sure it's a big win for them too!)

Re: A Whole New Code Search

#13
Where is the link to the search page? When I go to github.com and it displays my dashboard, I can't find anything resembling a link to the search page. There's the command bar, but it doesn't seem to provide code search unless you click the advanced search link. I love the new features Github has developed over time, but if it's a pain to find the feature, it's not going to see a lot of use.

Re: A Whole New Code Search

#15
post #13

Where is the link to the search page? When I go to github.com and it displays my dashboard, I can't find anything resembling a link to the search page. There's the command bar, but it doesn't seem to provide code search unless you click the advanced search link. I love the new features Github has developed over time, but if it's a pain to find the feature, it's not going to see a lot of use.

https://github.com/search and https://github.com/search/advanced respectively. But you can just use the dashboard search.

Re: A Whole New Code Search

#18
Being able to filter by stars is great...One other filter that would be nice is days-since-lsat-commit. I guess number of stars is rough estimate of how active a repo is, but as the years go on, there will probably be more and more projects that are basically dead, yet still have a high number of stars.

Re: A Whole New Code Search

#19
very nice. one bad setting (perhaps a default that never got overridden) is that searching for foo_bar searches for foo and bar separately, rather than treating foo_bar as an indivisible token.

Re: A Whole New Code Search

#20
Is there an "order by" functionality? When looking for code. I like to find the code with the most stars.

Ugh.. that reminds me of the good old days when HN had visible karma points...

Post reply on HN