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

docs: Add indexing limitation on files with lines over 4096 bytes (#32205)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Gonçalo Montalvão Marques
2024-03-25 18:12:25 +00:00
committed by GitHub
parent 13f716ee66
commit 14f9bfeba7

View File

@@ -30,6 +30,7 @@ The current limitations on indexed code are:
- Only UTF-8 encoded files are included - Only UTF-8 encoded files are included
- Very large repositories may not be indexed - Very large repositories may not be indexed
- Exhaustive search is not supported - Exhaustive search is not supported
- Files with more than one line over 4096 bytes are excluded
We currently only support searching for code on the default branch of a repository. The query length is limited to 1000 characters. We currently only support searching for code on the default branch of a repository. The query length is limited to 1000 characters.