# 항목 검색

GitHub의 리포지토리와 연결된 토픽을 검색할 수 있습니다.

## GitHub에서 주제를 검색합니다.

GitHub에서 항목을 검색하고, 관련 항목을 탐색하고, 특정 항목과 연결된 리포지토리 수를 확인할 수 있습니다.

1. 검색 페이지(`https://[hostname]/search`)로 이동합니다.
2. 토픽 키워드를 입력합니다.
3. 왼쪽 사이드바에서 항목으로 검색 범위를 좁히려면 **토픽**을 클릭합니다.

## 검색 한정자를 사용하여 검색 범위 좁히기

특정 토픽에 대한 리포지토리를 탐색하거나, 기여할 프로젝트를 찾거나, GitHub에서 가장 인기 있는 토픽을 알아보려면 `is:featured`, `is:curated`, `repositories:n`, `created:YYYY-MM-DD` 검색 한정자를 사용하여 항목을 검색할 수 있습니다.

`is:featured` 검색 한정자는 GitHub에서 가장 많은 리포지토리를 사용하여 검색 결과를 토픽으로 좁힐 수 있습니다. 해당 항목은 <https://github.com/topics/에서도> 제공됩니다.

`is:curated` 검색 한정자는 커뮤니티 구성원이 추가 정보를 추가한 항목으로 검색 결과를 좁힐 수 있습니다. 자세한 내용은 [리포지토리 탐색](https://github.com/github/explore)을 참조하세요.

날짜 매개 변수를 사용하여 만든 시기 및 `created:` 또는 `repositories:n`을 사용하여 연결된 리포지토리 수를 기준으로 토픽을 필터링할 수 있습니다. 이 두 한정자 모두 [초과 및 미만 범위 한정자](/ko/enterprise-server@3.22/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)를 사용할 수 있습니다.

날짜 형식은 [ISO8601](http://en.wikipedia.org/wiki/ISO_8601) 표준인 `YYYY-MM-DD`(년-월-일)를 따라야 합니다. 날짜 뒤에 선택적 시간 정보 `THH:MM:SS+00:00`을 추가하여 시, 분, 초로 검색할 수도 있습니다. 이것은 `T`이며 그 다음은 `HH:MM:SS`(시-분-초)와 UTC 오프셋(`+00:00`)입니다.

날짜를 검색할 때 보다 큼, 보다 작음, 범위 한정자를 사용하여 결과를 추가로 필터링할 수 있습니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-server@3.22/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.

| 한정자                                                                                                                                                                                              | 예시 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |
| `is:curated`                                                                                                                                                                                     |    |
| \[                                                                                                                                                                                               |    |
| **is:curated javascript**]\(<https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Acurated&type=Topics)는> 큐레이팅되고 “javascript”라는 단어가 포함된 토픽과 일치합니다.                                          |    |
| `is:featured`                                                                                                                                                                                    |    |
| \[                                                                                                                                                                                               |    |
| **is:featured javascript**]\(<https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Afeatured&type=Topics)는> <https://github.com/topics/에> 추천되고 “javascript”라는 단어가 포함된 토픽과 일치합니다.            |    |
| `is:not-curated`                                                                                                                                                                                 |    |
| \[                                                                                                                                                                                               |    |
| **is:not-curated javascript**]\(<https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Anot-curated&type=Topics)는> 설명 또는 로고와 같은 추가 정보가 없고 단어 “javascript”를 포함하는 토픽과 일치합니다.                   |    |
| `is:not-featured`                                                                                                                                                                                |    |
| \[                                                                                                                                                                                               |    |
| **is:not-featured javascript**]\(<https://github.com/search?utf8=%E2%9C%93&q=javascript+is%3Anot-featured&type=Topics)는> <https://github.com/topics/에> 게재되지 않고 "javascript”라는 단어가 포함된 토픽과 일치합니다. |    |
| `repositories:n`                                                                                                                                                                                 |    |
| \[                                                                                                                                                                                               |    |
| **repositories:>5000**]\(<https://github.com/search?q=repositories%3A%3E5000)은> 리포지토리가 5000개를 초과하는 토픽과 일치합니다.                                                                                    |    |
| <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)은> 2018년 이후에 만들어진 “serverless”라는 단어가 있는 토픽과 일치합니다.                              |    |

## 토픽별 리포지토리 검색

`topic:` 한정자를 사용하여 특정 토픽에 연결된 모든 리포지토리를 찾을 수 있습니다. 자세한 내용은 [리포지토리 검색](/ko/enterprise-server@3.22/search-github/searching-on-github/searching-for-repositories#search-by-topic)을(를) 참조하세요.

## 추가 참고 자료

* [토픽을 사용하여 리포지토리 분류](/ko/enterprise-server@3.22/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics)