Hello,
I’m trying to configure site search for our company. I’ve set up the search engine which has crawled the site and seems to work fine (checked the preview and it’s OK).
I can’t seem to get the search results to show up based on the instructions provided. For instance, if I create the following htm page, the search results won’t load.
<!DOCTYPE html>
<html>
<body>
<script type="text/javascript">
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
_st('install','ECV_azmEAz1k44a7uf-y','2.0.0');
</script>
<input type="text" class="st-default-search-input">
<div class="st-search-container"></div>
</body>
</html>
What am I doing wrong?