diff --git a/cspell-allow-list.txt b/cspell-allow-list.txt index abe1a0e1a..b1ab07c83 100644 --- a/cspell-allow-list.txt +++ b/cspell-allow-list.txt @@ -601,3 +601,4 @@ YOURUSERNAME Zaporizhzhia Zoekt zoomable +aardvark diff --git a/docs/code-search/features.mdx b/docs/code-search/features.mdx index b86a4d8f3..34d0bdc09 100644 --- a/docs/code-search/features.mdx +++ b/docs/code-search/features.mdx @@ -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. + ## 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.