diff --git a/public/app/features/scopes/internal/ScopesTreeSearch.tsx b/public/app/features/scopes/internal/ScopesTreeSearch.tsx index 180a0d23229..273d2fa24b0 100644 --- a/public/app/features/scopes/internal/ScopesTreeSearch.tsx +++ b/public/app/features/scopes/internal/ScopesTreeSearch.tsx @@ -46,6 +46,7 @@ export function ScopesTreeSearch({ anyChildExpanded, nodePath, query, onNodeUpda value={inputState.value} className={styles.input} data-testid="scopes-tree-search" + escapeRegex={false} onChange={(value) => { setInputState({ value, isDirty: true }); }}