メモ
GitHubコード検索では、検索結果の並べ替えはサポートされていません。 コード検索の詳細については、「コード検索GitHubについて」を参照してください。
[並べ替え] ドロップダウン メニューを使って、関連性、星の数、フォークの数、アイテムの更新頻度で検索結果を並べ替えることができます。
インタラクション、リアクション、コメント、作成日、関連性、作成者の日付、コミッターの日付、またはアイテムがどれだけ最近に更新されたかで並べ替えるには、検索クエリに sort 修飾子を追加できます。
コメントを基準にして並べ替え
sort:comments 修飾子は、コメントの数で並べ替えます。
| 修飾子 | 例 |
|---|---|
sort:comments または sort:comments-desc | |
| [ | |
| org:github sort:comments](https://github.com/search?q=org%3Agithub+sort%3Acomments&type=Issues) は、 GitHubが所有するリポジトリ内の問題と一致し、コメントの最大数で並べ替えられます。 | |
sort:comments-asc | |
| [ | |
| org:github sort:comments-asc](https://github.com/search?q=org%3Agithub+sort%3Acomments-asc&type=Issues) は、GitHub が所有するリポジトリ内の Issue のうち、コメント数の昇順(最も少ないものから最も多いものへ)で並べ替えられたものに一致します。 |
作成日で並べ替える
sort:created 修飾子は、アイテムが作成された日付で並べ替えます。
| 修飾子 | 例 |
|---|---|
sort:created または sort:created-desc | |
| [ | |
| org:github sort:created](https://github.com/search?q=org%3Agithub+sort%3Acreated&type=Issues) は、 GitHubが所有するリポジトリの問題と一致し、最後に作成された日付で並べ替えられます。 | |
sort:created-asc | |
| [ | |
| org:github sort:created-asc](https://github.com/search?q=org%3Agithub+sort%3Acreated-asc&type=Issues) は、 GitHubが所有するリポジトリ内の問題と一致し、作成日の昇順 (最も古いものから最新) で並べ替えられます。 |
関連性による並べ替え
sort:relevance 修飾子は、検索の関連性で並べ替えます。
| 修飾子 | 例 |
|---|---|
sort:relevance または sort:relevance-desc | |
| [ | |
| org:github sort:relevance](https://github.com/search?q=org%3Agithub+sort%3Arelevance&type=Issues) は、 GitHubが所有するリポジトリの問題と一致し、検索の関連性が最も高い順に並べ替えられます。 |
インタラクションでソート
sort:interactions 修飾子は、リアクションとコメントを合わせた数の多い順にソートします。
| 修飾子 | 例 |
|---|---|
sort:interactions または sort:interactions-desc | |
| [ | |
| org:github sort:interactions](https://github.com/search?q=org%3Agithub+sort%3Ainteractions&type=Issues) は、 GitHubが所有するリポジトリ内の問題と一致し、リアクションとコメントの最大数で並べ替えられます。 | |
sort:interactions-asc | |
| [ | |
| org:github sort:interactions-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Ainteractions-asc&type=Issues) は、 GitHubが所有するリポジトリ内の問題と一致し、リアクションとコメントの組み合わせが最も少ない数で並べ替えられます。 |
リアクションでソート
sort:reactions 修飾子は、リアクションの数または種類でソートします。
| 修飾子 | 例 |
|---|---|
sort:reactions または sort:reactions-desc | |
| [ | |
| org:github sort:reactions は](https://github.com/search?q=org%3Agithub+sort%3Areactions&type=Issues) 、 GitHubが所有するリポジトリ内の問題と一致し、最も多いリアクション数で並べ替えられます。 | |
sort:reactions-asc | |
| [ | |
| org:github sort:reactions-asc](https://github.com/search?q=org%3Agithub+sort%3Areactions-asc&type=Issues) は、 GitHubが所有するリポジトリ内の問題を、リアクションの昇順 (最も少ない数) で並べ替えて照合します。 | |
sort:reactions-+1 または sort:reactions-+1-asc | |
| [ | |
| org:github sort:reactions-+1-asc](https://github.com/search?q=org%3Agithub+sort%3Areactions-%2B1-asc&type=Issues) は、 GitHubが所有するリポジトリの問題と一致し、昇順のサムアップ (👍) リアクション (最も少ない) で並べ替えられます。 | |
sort:reactions-+1-desc | |
| [ | |
| org:github sort:reactions-+1-desc](https://github.com/search?q=org%3Agithub+sort%3Areactions-%2B1-desc&type=Issues) は、 GitHubが所有するリポジトリの問題と一致し、降順のサムアップ (👍) リアクション (最も少ない) で並べ替えられます。 | |
sort:reactions--1 または sort:reactions--1-asc | |
| [ | |
| org:github sort:reactions--1-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions--1-asc&type=Issues) は、GitHub が所有するリポジトリ内の Issue に一致し、サムズダウン (👎) リアクション数の少ない順(最少から最多)に並べたものです。 | |
sort:reactions--1-desc | |
| [ | |
| org:github sort:reactions--1-desc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions--1-desc&type=Issues) は、 GitHubが所有するリポジトリ内の問題と一致し、降順のサムダウン (👎) リアクション (最も少ない) で並べ替えられます。 | |
sort:reactions-smile または sort:reactions-smile-asc | |
| [ | |
| org:github sort:reactions-smile-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-smile-asc&type=Issues) は、GitHub が所有するリポジトリ内のイシューに一致し、笑い(😄)リアクションの少ない順(最も少ないものから最も多いものへ)に並べ替えられます。 | |
sort:reactions-smile-desc | |
| [ | |
| org:github sort:reactions-smile-desc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-smile-desc&type=Issues) は、 GitHubが所有するリポジトリ内の問題を、降順の笑い (😄) の反応 (最も少ない) で並べ替えて照合します。 | |
sort:reactions-tada または sort:reactions-tada-asc | |
| [ | |
| org:github sort:reactions-tada-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-tada-asc&type=Issues) は、 GitHub が所有するリポジトリ内の問題を、昇順のhurray (🎉) リアクション (最も少ない) で並べ替えて照合します。 | |
sort:reactions-tada-desc | |
| [ | |
| org:github sort:reactions-tada-desc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-tada-desc&type=Issues) は、 GitHubが所有するリポジトリ内の問題を、降順のhurray (🎉) 反応 (最も少ない) で並べ替えて照合します。 | |
sort:reactions-heart または sort:reactions-heart-asc | |
| [ | |
| org:github sort:reactions-heart-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-heart-asc&type=Issues) は、GitHub が所有するリポジトリ内の Issue に一致し、ハート(❤️)リアクションの数が最も少ないものから最も多いものの順に並べ替えられます。 | |
sort:reactions-heart-desc | |
| [ | |
| org:github sort:reactions-heart-desc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-heart-desc&type=Issues) は、GitHub が所有するリポジトリ内のイシューに一致し、ハート(❤️)リアクションの多い順(最も多いものから最も少ないものへ)に並べ替えて表示します。 | |
sort:reactions-thinking_ または sort:reactions-thinking_ | |
| [ | |
| org:github sort:reactions-thinking_face-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-thinking_face-asc&type=Issues) は、GitHub が所有するリポジトリ内の issue のうち、「thinking face」(:thinking_face:) リアクション数の少ない順(最少から最多)に並べ替えられたものと一致します。 | |
sort:reactions-thinking_ | |
| [ | |
| org:github sort:reactions-thinking_face-desc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-thinking_face-desc&type=Issues) は、GitHub が所有するリポジトリ内の Issue に一致し、thinking face(:thinking_face:)リアクションの多い順(最多から最少)に並べ替えます。 | |
sort:reactions-rocket または sort:reactions-rocket-asc | |
| [ | |
| org:github sort:reactions-rocket-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-rocket-asc&type=Issues) は、GitHub が所有するリポジトリ内の Issue に一致し、rocket(🚀)リアクション数の少ない順(最少から最多)に並べ替えられます。 | |
sort:reactions-rocket-desc | |
| [ | |
| org:github sort:reactions-rocket-desc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-rocket-desc&type=Issues) は、 GitHubが所有するリポジトリ内の問題を、降順のロケット (🚀) 反応 (最も少ない) で並べ替えて照合します。 | |
sort:reactions-eyes または sort:reactions-eyes-asc | |
| [ | |
| org:github sort:reactions-eyes-asc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-eyes-asc&type=Issues) は、 GitHubが所有するリポジトリ内の問題を昇順 (👀) の反応 (最も少ない) で並べ替えて照合します。 | |
sort:reactions-eyes-desc | |
| [ | |
| org:github sort:reactions-eyes-desc](https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+sort%3Areactions-eyes-desc&type=Issues) は、 GitHubが所有するリポジトリ内の問題を、降順 (👀) の反応 (最も少ない) で並べ替えて照合します。 |
オーサー日付でソート
sort:author-date 修飾子は、作成者の日付を降順または昇順でソートします。
| 修飾子 | 例 |
|---|---|
sort:author-date または sort:author-date-desc | |
| [ | |
| feature org:github sort:author-date](https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Aauthor-date&type=Commits) は、 GitHubが所有するリポジトリ内の "feature" という単語を含むコミットを、作成者の降順で並べ替えたコミットと一致します。 | |
sort:author-date-asc | |
| [ | |
| ** | |
feature org:github sort:author-date-asc | |
| ** | |
| ](https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Aauthor-date-asc&type=Commits) は、作成者の日付の昇順で並べ替えられた、 GitHubが所有するリポジトリ内の "feature" という単語を含むコミットと一致します。 |
コミッター日付でソート
sort:committer-date 修飾子は、コミッターの日付を降順または昇順でソートします。
| 修飾子 | 例 |
|---|---|
sort:committer-date または sort:committer-date-desc | |
| [ | |
| feature org:github sort:committer-date](https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Acommitter-date&type=Commits) は、 GitHubが所有するリポジトリ内の "feature" という単語を含むコミットを、降順のコミッター日付で並べ替えたコミットと一致します。 | |
sort:committer-date-asc | |
| [ | |
| ** | |
feature org:github sort:committer-date-asc | |
| ** | |
| ](https://github.com/search?utf8=%E2%9C%93&q=feature+org%3Agithub+sort%3Acommitter-date-asc&type=Commits) は、 GitHubが所有するリポジトリ内の "feature" という単語を含むコミットと一致し、コミッターの日付の昇順で並べ替えられます。 |
更新日付でソート
sort:updated 修飾子は、アイテムがどれだけ最近に更新されたかでソートします。
| 修飾子 | 例 |
|---|---|
sort:updated または sort:updated-desc | |
| [ | |
| feature sort:updated](https://github.com/search?utf8=%E2%9C%93&q=feature+sort%3Aupdated&type=Repositories) は、"feature" という単語を含むリポジトリと一致し、更新日付の新しい順にソートされます。 | |
sort:updated-asc | |
| [ | |
| feature sort:updated-asc](https://github.com/search?utf8=%E2%9C%93&q=feature+sort%3Aupdated-asc&type=Repositories) は、"feature" という単語を含むリポジトリと一致し、更新日付の古い順にソートされます。 |