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 07a205b + 16a6fda commit 03018dbCopy full SHA for 03018db
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'; let urlEncodedQuery = encodeURIComponent(query);
+ const baseUrl = 'https://search.cl-edu.com/api/search'; let urlEncodedQuery = encodeURIComponent(query);
134
let url = `${baseUrl}?query=${urlEncodedQuery}&collections=imunify360_docs&n_results=${n_results}&source=imunify360_docs`;
135
try {
136
const response = await fetch(url);
0 commit comments