diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 554fff59..ac03afe3 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -215,6 +215,8 @@ function Home({ initialSettings }) { } else { searchProvider = searchProviders[searchWidget.options?.provider]; } + // to pass to quicklaunch + searchProvider.showSearchSuggestions = searchWidget.options?.showSearchSuggestions; } const headerStyle = settings?.headerStyle || "underlined";