Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
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
6 changes: 0 additions & 6 deletions blogposts/announcing-sourcegraph-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,6 @@ Sourcegraph supports powerful regular expression search by default. However, use

For example, if you searched for myFunc(, you would receive an invalid regular expression error, because the open parenthesis is treated as the beginning of a regular expression match group. Now, we auto-fix queries with trailing open parentheses. For example, the myFunc( query would get automatically fixed to myFunc\( behind the scenes.

### Site setting for searching over large files

By default, code search excludes files over 20MB by default. Files such as package-lock.json sometimes exceed the 20MB limit, but our customers still want to be able to search over them.

We added a site setting to whitelist certain files to be searched regardless of their size. Use the `search.largeFiles` setting to specify a list of files that should always be searched over. For example, `search.largeFiles`: `[“package.json”, “yarn.lock”, “package-lock.json”]`.

<div id="docs"></div>

## New docs design
Expand Down