From ddedd715a7f77137575b3c1930582bd4459dbbac Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:46:00 +0000 Subject: [PATCH] Update fuzzy.mdx --- docs/code-search/types/fuzzy.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/code-search/types/fuzzy.mdx b/docs/code-search/types/fuzzy.mdx index 47769842c..a82e749bb 100644 --- a/docs/code-search/types/fuzzy.mdx +++ b/docs/code-search/types/fuzzy.mdx @@ -15,3 +15,14 @@ To open the fuzzy finder, press `Cmd+K` (macOS) or `Ctrl+K` (Linux/Windows) from Use the **Searching everywhere** or **Searching in this repo** filter to determine whether to search for results only in the active repository or globally. Fuzzy finder + +Site admins and users can disable the Fuzzy Finder feature by adding the following configuration to their `user` or `global` settings: + +``` +{ + "experimentalFeatures": { + "fuzzyFinder": false + } +} +``` +This setting completely disables the Fuzzy Finder for the configured scope (user or global).