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.
2 parents 1e26e32 + e77d77f commit e60baa6Copy full SHA for e60baa6
docs/.vuepress/theme/drawer/DrawerSearch.vue
@@ -130,7 +130,7 @@ function parseDocs(api_response) {
130
}
131
132
async function queryGlobalSearch(query, n_results=10) {
133
- const baseUrl = 'https://global-search.cl-edu.com/search';
+ const baseUrl = 'https://search.cl-edu.com/api/search';
134
let urlEncodedQuery = encodeURIComponent(query);
135
let url = `${baseUrl}?query=${urlEncodedQuery}&collections=cloudlinux_docs&n_results=${n_results}&source=cloudlinux_docs`;
136
try {
0 commit comments