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 0b79b53 commit 8be116cCopy full SHA for 8be116c
features/quick-search/script.js
@@ -29,6 +29,8 @@ export default async function ({ feature, console }) {
29
search.input.value = "";
30
search.div.dataset.mode = "normal";
31
search.setResults(getDefaultResults());
32
+ document.querySelector(".qs-ai-instructions")?.remove()
33
+ document.querySelector(".qs-escape-instructions").style.display = null
34
getAdditionalResults(search.input);
35
}
36
if (
0 commit comments