Skip to content

Commit 6d8f84f

Browse files
author
Ruchira Gamage
committed
Corrected search index limitations explanation
Updated the limitations section to remove references to public repositories deleted before the index was created as it's wrong to say deleted code before the index was created will be NOT be included. It will be included is the right thing to say and it's already explained in the sentence after that.
1 parent 1a8c3cc commit 6d8f84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/concepts/completions/code-referencing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Code in private {% data variables.product.prodname_dotcom %} repositories, or co
7878

7979
## Limitations
8080

81-
The search index is refreshed every few months. As a result, newly committed code, and code from public repositories deleted before the index was created, may not be included in the search. For the same reason, the search may return matches to code that has been deleted or moved since the index was created.
81+
The search index is refreshed every few months. As a result, newly committed code may not be included in the search. For the same reason, the search may return matches to code that has been deleted or moved since the index was created.
8282

8383
References to matching code are currently available in JetBrains IDEs, {% data variables.product.prodname_vs %}, {% data variables.product.prodname_vscode %}, and on the {% data variables.product.github %} website.
8484

0 commit comments

Comments
 (0)