Use our powerful search tools to find what you're looking for among the many repositories, users, and lines of code on GitHub Enterprise.

You can search globally across all of GitHub Enterprise, or scope your search to a particular repository or organization.

  • To search globally across all of GitHub Enterprise, type what you're looking for into any page, or into the search fields on the search page (https://[hostname]/search) or advanced search page (https://[hostname]/search/advanced). For more information, see "Advanced search."
  • To search within a particular repository or organization, navigate to the repository or organization page and type what you're looking for into the search field at the top of the page. You can remove the repository or organization scoping and search all of GitHub Enterprise by typing a backspace in the search field and deleting "This repository" or "This organization."

You can search the following types of information across all public GitHub Enterprise repositories, and all private GitHub Enterprise repositories you have access to:

Notes:

  • You must be signed in to search for code across all public repositories.
  • GitHub Pages sites are not searchable on GitHub Enterprise. However you can search the source content if it exists in the default branch of a repository, using code search. For more information, see "Searching code." For more information about GitHub Pages, see "What is GitHub Pages?"

After running a search on GitHub Enterprise, you can sort the results, or further refine them by clicking one of the languages in the sidebar. For more information, see "Sorting search results."

Under the hood, we use an ElasticSearch cluster to index projects every time a change is pushed to GitHub Enterprise. Issues and pull requests are indexed when they are created or modified.

Advanced search

The advanced search page (https://[hostname]/search/advanced) provides a visual interface for constructing search queries. You can filter your searches by a variety of factors, such as the number of stars or number of forks a repository has. As you fill in the advanced search fields, your query will automatically be constructed in the top search bar.

Advanced Search

Further reading