UNPKG

coveo-search-ui

Version:

Coveo JavaScript Search Framework

25 lines (22 loc) 739 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, height=device-height"> <title>Title</title> <link rel="stylesheet" href="./css/CoveoFullSearch.css" /> <script class="coveo-script" src="js/CoveoJsSearch.Lazy.js"></script> <script src="js/templates/templates.js"></script> <script> document.addEventListener('DOMContentLoaded', function () { Coveo.SearchEndpoint.configureSampleEndpointV2(); Coveo.initSearchbox(document.body, '/'); }) </script> </head> <body id="search"> <div class='coveo-search-section'> <div class="CoveoSearchbox" data-enable-omnibox="true" data-trigger-query-on-clear="false"></div> </div> </body> </html>