Enter a search query for: Space Doctors

Enter a search query and a booklet will be generated based on the articles within the configured sources


Searching...

Code snippet

The following code snippet will install a search box onto your website for the current configuration

    <form id="search-98ded938-463f-42d6-8d45-be06724871fe">
      <label for="query-98ded938-463f-42d6-8d45-be06724871fe">Please enter a query:</label><br>
      <input type="text" id="query-98ded938-463f-42d6-8d45-be06724871fe" placeholder="enter your query here">
      <input type="submit" value="Submit">
    </form>
    <h3 id="searching-98ded938-463f-42d6-8d45-be06724871fe">Searching...</h3>

    <link rel="stylesheet" href="https://app.kaimai.co.uk/public/search.css">
    <script 
      type="text/javascript" 
      src="https://app.kaimai.co.uk/public/scripts/search.js" 
      data-uuid="98ded938-463f-42d6-8d45-be06724871fe" 
      data-host="https://app.kaimai.co.uk"
      data-display=""> 
    </script>
  

So long as the search form has the id search-98ded938-463f-42d6-8d45-be06724871fe and the input within has the id query-98ded938-463f-42d6-8d45-be06724871fe the form can be formatted or displayed however you want.

The searching-98ded938-463f-42d6-8d45-be06724871fe element is optional. It will be automatically hidden on page load and shown when the form is submitted.

Display Modes