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.
1 parent f76daf4 commit 6027877Copy full SHA for 6027877
assets/js/coveo.js
@@ -9,6 +9,7 @@ document.addEventListener('DOMContentLoaded', async function () {
9
}
10
11
const searchToken = await getSearchToken()
12
+ console.log("ORG ID: f5networkx1h1607h")
13
Coveo.SearchEndpoint.configureCloudV2Endpoint("f5networkx1h1607h", searchToken.token, "https://f5networkx1h1607h.org.coveo.com/rest/search");
14
15
const root = document.getElementById("search");
0 commit comments