Single Tag with initial Query

Both searchbar and result is displayed via a single tag - a predefined query will be fired on load.

Step 1: Add the following script tags to your html head.

<head>
  ...
  <script type="module" src="https://cdn.search.neomo.cloud/neomo-search/neomo-search.esm.js"></script>
  <script nomodule src="https://cdn.search.neomo.cloud/components/neomo-search.js"></script>
  ...
</head>

Step 2: Add the following tag somewhere within the html-body where you want the search to be displayed. Use the query attribute to pass the initial query to the widget.

<neomo-search tenant="vkb" facets="true" query="versichern"></neomo-search>

Step 3: Test your integration.