1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Document code search limitations (#36359)

Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
This commit is contained in:
Luke Francl
2023-04-14 08:37:38 -07:00
committed by GitHub
parent 8c1be7082b
commit 24e840d9c3

View File

@@ -35,8 +35,9 @@ The new code search (beta) is tightly integrated with a redesigned code view (be
We have indexed many public repositories for the new code search (beta), and continue to index more. Additionally, the private repositories of GitHub users in the beta are indexed and searchable by beta participants that already have access to those private repositories on GitHub.com. However, very large repositories may not be indexed at this time, and not all code is indexed.
The current limitations on indexed code are:
- Vendored and generated code is excluded (as determined by [Enry](https://github.com/go-enry/go-enry))
- Vendored and generated code is excluded
- Empty files and files over 350 KiB are excluded
- Lines over 1,024 characters long are truncated
- Only UTF-8 encoded files are included
- Very large repositories may not be indexed