2019-01-23 09:02:13 +00:00
|
|
|
{{ $currentVersion := (index (findRE "[^/]+.*?" .RelPermalink) 0) }}
|
2019-01-19 23:10:22 +00:00
|
|
|
<!-- Docsearch JS -->
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
|
|
|
<script>
|
|
|
|
docsearch({
|
2019-01-23 09:02:13 +00:00
|
|
|
apiKey: 'ba4435a9d456ac0d954cc276206eac06',
|
|
|
|
appId: 'WHM9UWMP6M',
|
|
|
|
indexName: 'influxdata',
|
2019-01-19 23:10:22 +00:00
|
|
|
inputSelector: '#algolia-search-input',
|
|
|
|
// Set debug to true if you want to inspect the dropdown
|
2019-01-23 09:02:13 +00:00
|
|
|
debug: true,
|
|
|
|
algoliaOptions: {
|
|
|
|
'facetFilters': ["version:{{ $currentVersion }}"]
|
|
|
|
},
|
2019-01-19 23:10:22 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
2018-12-13 18:47:02 +00:00
|
|
|
</body>
|
2018-12-21 06:31:58 +00:00
|
|
|
{{ partial "footer/javascript.html" }}
|
2018-12-13 18:47:02 +00:00
|
|
|
</html>
|