daviddengcn / gcse

Project for Go Search, a search engine for finding popular and relevant packages.
http://go-search.org/
BSD 2-Clause "Simplified" License
277 stars 45 forks source link

search by imported descending #28

Open joeblew99 opened 8 years ago

joeblew99 commented 8 years ago

for example say i wan to find code that uses github.com/aws/aws-sdk-go

this is a highly used package.

but when i search by this i get lots of forks first, that no one is using. useless when searching for well used packages

daviddengcn commented 8 years ago

It should be the first result. The problem here is it is missing in the front database. I'll investigate the reason soon. Thanks for the feedback!