Skip to content

Commit 9a62793

Browse files
authored
Update index.ts
1 parent a52b2b1 commit 9a62793

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/theme/src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,7 @@ export function buildSiteConfig(params: SiteParams): Config {
180180

181181
// Set this to false for now to fix the "No Results" issue
182182
contextualSearch: false,
183-
184-
searchParameters: {
185-
// This ensures it only searches within the current country site
186-
facetFilters: [`docusaurus_tag:${params.siteCode}`],
187-
},
183+
},
188184
},
189185
prism: {
190186
theme: prismThemes.github,

0 commit comments

Comments
 (0)