1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/search-github/searching-on-github/searching-for-packages.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

2.3 KiB

title, intro, product, permissions, versions, topics, redirect_from
title intro product permissions versions topics redirect_from
Searching for packages You can search for packages on {% data variables.product.product_name %} and narrow the results using search qualifiers. {% data reusables.gated-features.packages %} Anyone can search for packages they have access to.
fpt ghes ghae ghec
* * * *
GitHub search
/github/searching-for-information-on-github/searching-for-packages
/github/searching-for-information-on-github/searching-on-github/searching-for-packages

{% data reusables.package_registry.packages-ghes-release-stage %}

About searching for packages

You can search for packages globally across all of {% data variables.product.product_name %}, or search for packages within a particular organization. For more information, see "About searching on {% data variables.product.prodname_dotcom %}."

{% ifversion ghes %} You can only search for packages on {% data variables.product.product_name %}, not {% data variables.product.prodname_dotcom_the_website %}, even if {% data variables.product.prodname_github_connect %} is enabled. {% endif %}

{% data reusables.search.syntax_tips %}

Searching within a user's or organization's packages

To find packages owned by a certain user or organization, use the user or org qualifier.

Qualifier Example
user:USERNAME user:codertocat matches packages owned by @codertocat
org:ORGNAME org:github matches packages owned by the {% data variables.product.prodname_dotcom %} organization

Filtering by package visibility

To filter your search by whether a package is public or private, use the is qualifier.

Qualifier Example
is:public is:public angular matches public packages that contain the word "angular"
is:private is:private php matches private packages that contain the word "php"