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 a52b2b1 commit 9a62793Copy full SHA for 9a62793
1 file changed
packages/theme/src/index.ts
@@ -180,11 +180,7 @@ export function buildSiteConfig(params: SiteParams): Config {
180
181
// Set this to false for now to fix the "No Results" issue
182
contextualSearch: false,
183
-
184
- searchParameters: {
185
- // This ensures it only searches within the current country site
186
- facetFilters: [`docusaurus_tag:${params.siteCode}`],
187
- },
+ },
188
},
189
prism: {
190
theme: prismThemes.github,
0 commit comments