Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
55 lines
4.0 KiB
Markdown
55 lines
4.0 KiB
Markdown
---
|
|
title: Searching topics
|
|
intro: 'You can search for topics associated with repositories on {% data variables.product.github %}.'
|
|
redirect_from:
|
|
- /articles/searching-topics
|
|
- /github/searching-for-information-on-github/searching-topics
|
|
- /github/searching-for-information-on-github/searching-on-github/searching-topics
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghec: '*'
|
|
topics:
|
|
- GitHub search
|
|
---
|
|
## Search {% data variables.product.github %} for topics
|
|
|
|
You can search for topics on {% data variables.product.github %}, explore related topics, and see how many repositories are associated with a certain topic.
|
|
|
|
1. Navigate to {% data variables.search.search_page_url %}.
|
|
1. Type a topic keyword.
|
|
1. In the left sidebar, to narrow your search to topics, click **Topics**.
|
|
{% ifversion fpt or ghec %}
|
|
{% endif %}
|
|
|
|
## Narrowing your search with search qualifiers
|
|
|
|
If you want to explore repositories about a certain topic, find projects to contribute to, or learn which topics are most popular on {% data variables.product.github %}, you can search topics with the search qualifiers `is:featured`, `is:curated`, `repositories:n` and `created:YYYY-MM-DD`.
|
|
|
|
The `is:featured` search qualifier will narrow search results to the topics with the most repositories on {% data variables.product.github %}. These topics are also featured at https://github.com/topics/.
|
|
|
|
The `is:curated` search qualifier will narrow search results to topics that community members have added extra information to. For more information, see the [explore repository](https://github.com/github/explore).
|
|
|
|
You can filter topics based when they were created using the date parameter and `created:` or based on how many repositories are associated with this topic using `repositories:n`. Both of these qualifiers can use the [greater than and less than range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
|
|
|
|
{% data reusables.time_date.date_format %} {% data reusables.time_date.time_format %}
|
|
|
|
{% data reusables.search.date_gt_lt %}
|
|
|
|
| Qualifier | Example |
|
|
| ------------- | -------------
|
|
| `is:curated`| [**is:curated javascript**](https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Acurated&type=Topics) matches topics that are curated and contain the word "javascript."
|
|
| `is:featured` | [**is:featured javascript**](https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Afeatured&type=Topics) matches topics that are featured on https://github.com/topics/ and contain the word "javascript."
|
|
| `is:not-curated` | [**is:not-curated javascript**](https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Anot-curated&type=Topics) matches topics that don't have extra information, such as a description or logo, and contain the word "javascript."
|
|
| `is:not-featured`| [**is:not-featured javascript**](https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Anot-featured&type=Topics) matches topics that aren't featured on https://github.com/topics/ and contain the word "javascript."
|
|
| `repositories:n` | [**repositories:>5000**](https://github.com/search?q=repositories%3A%3E5000) matches topics that have more than 5000 repositories.
|
|
| <code>created:<em>YYYY-MM-DD</em></code> | [**Serverless created:>2019-01-01**](https://github.com/search?q=Serverless+created%3A%3E2019-01-01&type=Topics) matches topics with the word "serverless" that were created after 2018.
|
|
|
|
## Search repositories by topic
|
|
|
|
You can use the `topic:` qualifier to find every repository connected to a particular topic. For more information, see [AUTOTITLE](/search-github/searching-on-github/searching-for-repositories#search-by-topic).
|
|
|
|
## Further reading
|
|
|
|
* [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics)
|