1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

Return only community-docs hits (#1489)

This commit is contained in:
Rushan
2025-07-31 20:19:22 +05:30
committed by GitHub
parent c400a42221
commit f09d912b30

View File

@@ -98,8 +98,8 @@ window.addEventListener("DOMContentLoaded", () => {
initialUiState: { initialUiState: {
minio: { minio: {
refinementList: { refinementList: {
site: "docs", site: ["docs"],
edition: "community", edition: ["community"],
}, },
}, },
}, },
@@ -268,7 +268,7 @@ window.addEventListener("DOMContentLoaded", () => {
}, },
}), }),
instantsearch.widgets.configure({ instantsearch.widgets.configure({
filters: `site:docs`, filters: `site:docs AND edition:community`,
}) })
]); ]);