ID CLÉ / SITE DE L'API:
3abd2562-2781-11ea-ad24-0242ac130002
Put the following code in every page (Preferably in the head section)
<script>
(function() {
var id = '3abd2562-2781-11ea-ad24-0242ac130002';
var ci_search = document.createElement('script');
ci_search.type = 'text/javascript';
ci_search.async = true;
ci_search.src = 'https://cse.expertrec.com/api/js/ci_common.js?id=' + id;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ci_search, s);
})();
</script>
Put the following tag in the body section, wherever you want the search bar to appear
<ci-search></ci-search>
Put the following tag in the body section of the page where you want the search results to appear
<ci-search-results></ci-search-results>