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 bd17309 + 5820960 commit e99364dCopy full SHA for e99364d
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=tuxcare_docs&n_results=${n_results}&source=tuxcare_docs`;
136
try {
0 commit comments