# 위키 검색

GitHub에서 wikis를 검색하고 이러한 wiki 검색 한정자를 임의로 조합하여 결과의 범위를 좁힐 수 있습니다.

모든 GitHub에서 전역적으로 위키를 검색하거나 특정 리포지토리 또는 조직 내에서 위키를 검색할 수 있습니다. 자세한 내용은 [GitHub 검색 정보](/ko/enterprise-server@3.22/search-github/getting-started-with-searching-on-github/about-searching-on-github)을(를) 참조하세요.

> \[!TIP]
>
> * 이 문서에는 GitHub.com 웹 사이트의 예제 검색 링크가 포함되어 있지만 모든 GitHub 플랫폼에서 동일한 검색 필터를 사용할 수 있습니다. 연결된 예제 검색에서 `github.com`을 GitHub 플랫폼을 위한 호스트 이름으로 바꿉니다.
> * 결과를 더 개선하기 위해 검색 한정자에 추가할 수 있는 검색 구문 목록은 [검색 구문 이해](/ko/enterprise-server@3.22/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.
> * 여러 단어로 된 검색어를 따옴표로 묶으세요. 예를 들어 “진행 중”이라는 레이블이 있는 문제를 검색하려면 `label:"in progress"`를 검색합니다. 검색은 대/소문자를 구분하지 않습니다.

## 사용자 또는 조직의 리포지토리 내에서 검색

특정 사용자 또는 조직이 소유한 모든 리포지토리에서 위키 페이지를 찾으려면 `user` 또는 `org` 한정자를 사용합니다. 특정 리포지토리에서 위키 페이지를 찾으려면 `repo` 한정자를 사용합니다.

| 한정자                                                                                                                               | 예시 |
| --------------------------------------------------------------------------------------------------------------------------------- | -- |
| <code>user:<em>USERNAME</em></code>                                                                                               |    |
| \[                                                                                                                                |    |
| **user:defunkt**]\(<https://github.com/search?q=user%3Adefunkt&type=Wikis)는> @defunkt 소유의 리포지토리에서 위키 페이지와 일치합니다.                  |    |
| <code>org:<em>ORGNAME</em></code>                                                                                                 |    |
| \[                                                                                                                                |    |
| **org:github**]\(<https://github.com/search?q=org%3Agithub&type=Wikis&utf8=%E2%9C%93>) GitHub 조직이 소유한 리포지토리의 위키와 일치합니다.           |    |
| <code>repo:<em>USERNAME/REPOSITORY</em></code>                                                                                    |    |
| \[                                                                                                                                |    |
| **repo:defunkt/gibberish**]\(<https://github.com/search?q=user%3Adefunkt&type=Wikis)는> @defunkt “gibberish” 리포지토리의 위키 페이지와 일치합니다. |    |

## 위키 페이지 제목 또는 본문 텍스트 내에서 검색

`in` 한정자는 위키 페이지 제목 또는 본문 텍스트로 검색을 제한합니다. 한정자가 없으면 제목과 본문 텍스트가 모두 검색됩니다.

| 한정자                                                                                                                                        | 예시 |
| ------------------------------------------------------------------------------------------------------------------------------------------ | -- |
| `in:title`                                                                                                                                 |    |
| \[                                                                                                                                         |    |
| **usage in:title**]\(<https://github.com/search?q=usage+in%3Atitle&type=Wikis)는> 위키 페이지 제목과 “usage”라는 단어를 일치시킵니다.                          |    |
| `in:body`                                                                                                                                  |    |
| \[                                                                                                                                         |    |
| **installation in:body**]\(<https://github.com/search?q=installation+in%3Abody&type=Wikis)는> 위키 페이지와 본문 텍스트의 “installation”이라는 단어를 일치시킵니다. |    |

## 마지막 업데이트 날짜로 검색

`updated` 한정자는 지정된 날짜 범위 내에서 마지막으로 업데이트된 위키 페이지를 일치시킵니다.

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

| 한정자                                                                                                                                                                                                                                      | 예시 |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |
| <code>updated:<em>YYYY-MM-DD</em></code>                                                                                                                                                                                                 |    |
| \[                                                                                                                                                                                                                                       |    |
| **usage updated:>2016-01-01**]\([https://github.com/search?q=usage+updated%3A>2016-01-01\&type=Wikis)은](https://github.com/search?q=usage+updated%3A>2016-01-01\&type=Wikis\)은) 2016년 1월 1일 이후 마지막으로 업데이트된 위키 페이지와 “usage”라는 단어를 일치시킵니다. |    |

## 추가 참고 자료

* [검색 결과 정렬](/ko/enterprise-server@3.22/search-github/getting-started-with-searching-on-github/sorting-search-results)