-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgepkgsitepkgsite/searchIssues related to pkg.go.dev search functionalityIssues related to pkg.go.dev search functionality
Milestone
Description
This issue is a feature request for pkg.go.dev
to provide options for sorting search results based on number of imports, number of stars (on GitHub), date of release, etc. Preferably, the user could also specify whether to have the search results presented in ascending or descending search order.
For an example of this functionality, see the GitHub search results:
- Recently updated: https://github.com/search?o=desc&q=language%3Ago+lua&s=updated&type=Repositories
- Least recently updated: https://github.com/search?o=asc&q=language%3Ago+lua&s=updated&type=Repositories
- Most stars: https://github.com/search?o=desc&q=language%3Ago+lua&s=stars&type=Repositories
- Fewest stars: https://github.com/search?o=asc&q=language%3Ago+lua&s=stars&type=Repositories
The search option categories of pkg.go.dev
would include sorting by:
- Imported by:
- Number of stars (on GitHub):
- Recently updated:
Note, GitHub stars was a useful metric detailed by godoc.org
, which currently seem to be absent from search results of pkg.go.dev
.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgepkgsitepkgsite/searchIssues related to pkg.go.dev search functionalityIssues related to pkg.go.dev search functionality