Skip to content

Commit 0357f06

Browse files
authored
Update fuzzy.mdx (#1423)
1 parent d3433af commit 0357f06

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/code-search/types/fuzzy.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@ To open the fuzzy finder, press `Cmd+K` (macOS) or `Ctrl+K` (Linux/Windows) from
1515
Use the **Searching everywhere** or **Searching in this repo** filter to determine whether to search for results only in the active repository or globally.
1616

1717
<img src="https://storage.googleapis.com/sourcegraph-assets/Fuzzy%20Finder%20-%20Search%20Scope.png" alt="Fuzzy finder" />
18+
19+
Site admins and users can disable the Fuzzy Finder feature by adding the following configuration to their `user` or `global` settings:
20+
21+
```
22+
{
23+
"experimentalFeatures": {
24+
"fuzzyFinder": false
25+
}
26+
}
27+
```
28+
This setting completely disables the Fuzzy Finder for the configured scope (user or global).

0 commit comments

Comments
 (0)