Update search language filtering

This commit is contained in:
mDuo13
2024-12-10 11:01:43 -08:00
parent dd73b24daf
commit 8cfe6f859e

View File

@@ -4,9 +4,6 @@ import { useThemeHooks } from '@redocly/theme/core/hooks';
export function AlgoliaSearch() {
const { useL10n } = useThemeHooks()
let { lang } = useL10n()
if (lang == "en-US") {
lang = "en"
}
return (
<DocSearch
appId="R39QY3MZC7"