Skip to main content

검색 쿼리 문제 해결

GitHub에서 검색하는 동안 예기치 않은 결과가 발생하는 경우 일반적인 문제 및 제한 사항을 검토하여 문제를 해결할 수 있습니다.

Potential timeouts

Some queries are computationally expensive for our search infrastructure to execute. To keep search fast for everyone, we limit how long any individual query can run. In rare situations when a query exceeds the time limit, search returns all matches that were found prior to the timeout and informs you that a timeout occurred.

Reaching a timeout does not necessarily mean that search results are incomplete. It just means that the query was discontinued before it searched through all possible data.

Limitations on query length

There are some limits to the length of the queries when searching across GitHub:

  • Queries longer than 256 characters are not supported
  • You can't construct a query using more than five AND, OR, or NOT operators

Specific search types, such as code search, might have additional limitations. Check the documentation for these search types for more information. For more information on code search limitations specifically, see About GitHub Code Search.

Further reading