注意
GitHub 代码搜索不支持排序搜索结果。有关代码搜索的更多信息,请参阅“关于 GitHub 代码搜索”。
使用**排序**下拉菜单按相关性、星数、fork 数和项目最近更新时间排序结果。
要按互动、反应、作者日期、提交者日期或项目最近更新时间排序,您可以向搜索查询中添加 `sort` 限定符。
按互动排序
`sort:interactions` 限定符按反应和评论的总和排序。
限定符 | 示例 |
---|---|
`sort:interactions` 或 `sort:interactions-desc` | **org:github sort:interactions** 匹配 GitHub 拥有的代码库中的 Issue,按反应和评论的总和降序排序。 |
sort:interactions-asc | **org:github sort:interactions-asc** 匹配 GitHub 拥有的代码库中的 Issue,按反应和评论的总和升序排序。 |
按反应排序
`sort:reactions` 限定符按反应的数量或类型排序。
限定符 | 示例 |
---|---|
`sort:reactions` 或 `sort:reactions-desc` | **org:github sort:reactions** 匹配 GitHub 拥有的代码库中的 Issue,按反应数量降序排序。 |
sort:reactions-asc | **org:github sort:reactions-asc** 匹配 GitHub 拥有的代码库中的 Issue,按反应数量升序排序(从少到多)。 |
sort:reactions-reaction | **org:github sort:reactions-+1** 匹配 GitHub 拥有的代码库中的 Issue,按点赞(👍)反应数量降序排序。 |
sort:reactions-reaction | **org:github sort:reactions--1** 匹配 GitHub 拥有的代码库中的 Issue,按点踩(👎)反应数量降序排序。 |
sort:reactions-reaction | **org:github sort:reactions-smile** 匹配 GitHub 拥有的代码库中的 Issue,按哈哈大笑(😄)反应数量降序排序。 |
sort:reactions-reaction | **org:github sort:reactions-tada** 匹配 GitHub 拥有的代码库中的 Issue,按欢呼(🎉)反应数量降序排序。 |
sort:reactions-reaction | **org:github sort:reactions-heart** 匹配 GitHub 拥有的代码库中的 Issue,按爱心(❤️)反应数量降序排序。 |
按作者日期排序
`sort:author-date` 限定符按作者日期降序或升序排序。
限定符 | 示例 |
---|---|
`sort:author-date` 或 `sort:author-date-desc` | **feature org:github sort:author-date** 匹配 GitHub 拥有的代码库中包含单词“feature”的提交,按作者日期降序排序。 |
sort:author-date-asc | **`feature org:github sort:author-date-asc`** 匹配 GitHub 拥有的代码库中包含单词“feature”的提交,按作者日期升序排序。 |
按提交者日期排序
`sort:committer-date` 限定符按提交者日期降序或升序排序。
限定符 | 示例 |
---|---|
`sort:committer-date` 或 `sort:committer-date-desc` | **feature org:github sort:committer-date** 匹配 GitHub 拥有的代码库中包含单词“feature”的提交,按提交者日期降序排序。 |
sort:committer-date-asc | **`feature org:github sort:committer-date-asc`** 匹配 GitHub 拥有的代码库中包含单词“feature”的提交,按提交者日期升序排序。 |
按更新日期排序
`sort:updated` 限定符按项目最近更新时间排序。
限定符 | 示例 |
---|---|
`sort:updated` 或 `sort:updated-desc` | **feature sort:updated** 匹配包含单词“feature”的代码库,按最近更新日期降序排序。 |
sort:updated-asc | **feature sort:updated-asc** 匹配包含单词“feature”的代码库,按最近更新日期升序排序。 |