Skip to content

Commit f5d9243

Browse files
committed
chore: remove documentation that are too specific
1 parent 05046b1 commit f5d9243

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/atomic/dev/examples/genqa.html

-13
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
</script>
1414

1515
<script type="module">
16-
import {loadAdvancedSearchQueryActions} from '@coveo/headless';
17-
1816
await customElements.whenDefined('atomic-search-interface');
1917
const searchInterface = document.querySelector('atomic-search-interface');
2018

@@ -29,17 +27,6 @@
2927

3028
// Trigger a first search
3129
searchInterface.executeFirstSearch();
32-
33-
const advQueriesActions = loadAdvancedSearchQueryActions(searchInterface.engine);
34-
35-
searchInterface.engine?.dispatch(
36-
advQueriesActions.updateAdvancedSearchQueries({
37-
aq: '@fileType=html',
38-
cq: '@fileType=html',
39-
dq: '',
40-
lq: '',
41-
})
42-
);
4330
</script>
4431
<style>
4532
body {

0 commit comments

Comments
 (0)