Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell-allow-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -601,3 +601,4 @@ YOURUSERNAME
Zaporizhzhia
Zoekt
zoomable
aardvark

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aardvark is out of alphabetical order: move it above acmeco on line 26.

2 changes: 2 additions & 0 deletions docs/code-search/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Searches scoped to specific repositories are always up-to-date. Sourcegraph auto

Unscoped search results over large repository sets may trail latest default branch revisions by some interval of time. This interval is a function of the number of repositories and the computational resources devoted to search indexing.

Soucregraph keeps results fresh across your organization, and the exector runs each batch spec on kuberentes.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Soucregraph is not in the dictionary.

Did you mean Sourcegraph?

Suggested change
Soucregraph keeps results fresh across your organization, and the exector runs each batch spec on kuberentes.
Sourcegraph keeps results fresh across your organization, and the exector runs each batch spec on kuberentes.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exector is not in the dictionary.

Did you mean executor?

Suggested change
Soucregraph keeps results fresh across your organization, and the exector runs each batch spec on kuberentes.
Soucregraph keeps results fresh across your organization, and the executor runs each batch spec on kuberentes.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kuberentes is not in the dictionary.

Did you mean kubernetes?

Suggested change
Soucregraph keeps results fresh across your organization, and the exector runs each batch spec on kuberentes.
Soucregraph keeps results fresh across your organization, and the exector runs each batch spec on kubernetes.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.


## Commit diff search

Search over commit diffs using `type:diff` to see how your codebase has changed over time. This is often used to find changes to particular functions, classes, or areas of the codebase when debugging.
Expand Down
Loading