diff --git a/docs/.vuepress/theme/drawer/DrawerSearch.vue b/docs/.vuepress/theme/drawer/DrawerSearch.vue index 93b512266..77f484628 100644 --- a/docs/.vuepress/theme/drawer/DrawerSearch.vue +++ b/docs/.vuepress/theme/drawer/DrawerSearch.vue @@ -130,7 +130,7 @@ function parseDocs(api_response) { } async function queryGlobalSearch(query, n_results=10) { - const baseUrl = 'https://global-search.cl-edu.com/search'; + const baseUrl = 'https://search.cl-edu.com/api/search'; let urlEncodedQuery = encodeURIComponent(query); let url = `${baseUrl}?query=${urlEncodedQuery}&collections=cloudlinux_docs&n_results=${n_results}&source=cloudlinux_docs`; try {