Skip to content

Commit 1fee6fe

Browse files
committed
fix: Switched analytics mode from default EP to legacy
1 parent 1a1bb7f commit 1fee6fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/coveo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async function atomicCoveo() {
3939
await searchInterface.initialize({
4040
accessToken: token,
4141
organizationId: org_id,
42+
analytics: { analyticsMode: 'legacy' },
4243
preprocessRequest: (request, clientOrigin, metadata) => {
4344
const body = JSON.parse(request.body);
4445
body.q = `<@- ${body.q} -@>`;

0 commit comments

Comments
 (0)