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 1fee6feCopy full SHA for 1fee6fe
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} -@>`;
0 commit comments