パッケージの検索について
GitHub Enterprise Server 全体にわたってグローバルにパッケージを検索できます。あるいは、特定の Organization のみのパッケージの検索もできます。 詳細については、「GitHub での検索について」を参照してく� さい。
パッケージは、GitHub Connect が有効になっている� �合であっても、GitHub.com ではなく、GitHub Enterprise Server でのみ検索できます。
Tips:
- This article contains links to example searches on the GitHub.com website, but you can use the same search filters with GitHub Enterprise Server. In the linked example searches, replace
github.com
with the hostname for your GitHub Enterprise Server instance. - For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "Understanding the search syntax".
- Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for
label:"in progress"
. Search is not case sensitive.
ユーザまたは Organization のパッケージ内の検索
特定のユーザーまたは Organization が所有するパッケージを見つけるには、user
または org
修飾子を使用します。
修飾子 | 例 |
---|---|
user:USERNAME | user:codertocat は、@codertocat が所有するパッケージに一致します |
org:ORGNAME | org:github は、GitHub Organization が所有するパッケージに一致します |
パッケージの可視性によるフィルタリング
パッケージがパブリックかプライベートかを基準に検索をフィルター処理するには、is
修飾子を使用します。
修飾子 | 例 |
---|---|
is:public | is:public angular は、「angular」という単語を含むパブリック パッケージに一致します |
is:private | is:private php は、「php」という単語を含むプライベート パッケージに一致します |