Skip to content

Commit e634bc5

Browse files
committed
v3 update
1 parent 710e34e commit e634bc5

File tree

2 files changed

+891
-4
lines changed

2 files changed

+891
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
77
<title>Coveo Atomic</title>
88

9-
<script type="module" src="https://static.cloud.coveo.com/atomic/v2/atomic.esm.js"></script>
10-
<link rel="stylesheet" href="https://static.cloud.coveo.com/atomic/v2/themes/coveo.css">
9+
<script type="module" src="https://static.cloud.coveo.com/atomic/v3/atomic.esm.js"></script>
10+
<link rel="stylesheet" href="https://static.cloud.coveo.com/atomic/v3/themes/coveo.css">
1111
<script>
1212
(async () => {
1313
await customElements.whenDefined("atomic-search-interface");
@@ -16,8 +16,7 @@
1616
// Initialization
1717
await searchInterface.initialize({
1818
accessToken: "xx564559b1-0045-48e1-953c-3addd1ee4457",
19-
organizationId: "searchuisamples",
20-
organizationEndpoints: await searchInterface.getOrganizationEndpoints("searchuisamples"),
19+
organizationId: "searchuisamples"
2120
});
2221

2322
// Trigger a first search

0 commit comments

Comments
 (0)