[Improvement]: Correct maximum number of pages for code search results (#38839)
This commit is contained in:
@@ -31,7 +31,7 @@ The current limitations on indexed code are:
|
||||
|
||||
We currently only support searching for code on the default branch of a repository. The query length is limited to 1000 characters.
|
||||
|
||||
Results for any search with code search are restricted to 100 results (10 pages). Sorting is not supported for code search results at this time. This limitation only applies to searching code with the new code search and does not apply to other types of searches.
|
||||
Results for any search with code search are restricted to 100 results (5 pages). Sorting is not supported for code search results at this time. This limitation only applies to searching code with the new code search and does not apply to other types of searches.
|
||||
|
||||
Code search supports searching for symbol definitions in code, such as function or class definitions, using the `symbol:` qualifier. However, note that the `symbol:` qualifier only searches for definitions and not references, and not all symbol types or languages are fully supported yet. For a list of what languages are supported, see "[AUTOTITLE](/search-github/github-code-search/understanding-github-code-search-syntax#symbol-qualifier)."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user