This commit is contained in:
Brian Huisman 2023-04-20 12:10:01 -04:00
commit 72edb553d8
2 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,7 @@
<body>
<h1>Orcinus Site Search - Offline example</h1>
<!-- Include these files where your search results should appear -->
<script src="orcinus/js/mustache/mustache.js"></script>
<script src="orcinus/js/offline-search.js"></script>

View file

@ -14,7 +14,9 @@ require 'orcinus/search.php';
<body>
<h1>Orcinus Site Search - Online example</h1>
<?php $_ORCINUS->render(); ?>
<?php
// Place this command where your search results should appear
$_ORCINUS->render(); ?>
<!-- Script files below are only required for Typeahead -->
<script src="orcinus/js/jquery-3.6.4.min.js"></script>