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 1a1bb7f commit f9a15f3Copy full SHA for f9a15f3
assets/js/coveo.js
@@ -39,6 +39,7 @@ async function atomicCoveo() {
39
await searchInterface.initialize({
40
accessToken: token,
41
organizationId: org_id,
42
+ analytics: { analyticsMode: 'legacy' },
43
preprocessRequest: (request, clientOrigin, metadata) => {
44
const body = JSON.parse(request.body);
45
body.q = `<@- ${body.q} -@>`;
@@ -53,6 +54,7 @@ async function atomicCoveo() {
53
54
await searchInterfaceStandalone.initialize({
55
56
57
58
59
60
0 commit comments