Skip to content

Commit 5c071e9

Browse files
zenoachtigCopilot
andauthored
Update SearchContainer.tsx
Co-authored-by: Copilot <[email protected]>
1 parent f8138da commit 5c071e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/Search/SearchContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export function SearchContainer(props: SearchContainerProps) {
212212
<SearchResults
213213
ref={resultsRef}
214214
query={normalizedQuery}
215-
scope={state?.scope ?? 'auto'}
215+
scope={state?.scope ?? 'all'}
216216
depth={state?.depth ?? 'single'}
217217
siteSpaceId={siteSpaceId}
218218
siteSpaceIds={siteSpaceIds}

0 commit comments

Comments
 (0)