We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8138da commit 5c071e9Copy full SHA for 5c071e9
packages/gitbook/src/components/Search/SearchContainer.tsx
@@ -212,7 +212,7 @@ export function SearchContainer(props: SearchContainerProps) {
212
<SearchResults
213
ref={resultsRef}
214
query={normalizedQuery}
215
- scope={state?.scope ?? 'auto'}
+ scope={state?.scope ?? 'all'}
216
depth={state?.depth ?? 'single'}
217
siteSpaceId={siteSpaceId}
218
siteSpaceIds={siteSpaceIds}
0 commit comments