docsearch update

This commit is contained in:
Samuel Štancl 2019-09-30 18:56:12 +02:00
parent 2c5c9a6478
commit ca68f416ac

View file

@ -30,6 +30,7 @@
docsearch({
apiKey: '{{ $page->docsearchApiKey }}',
indexName: '{{ $page->docsearchIndexName }}',
algoliaOptions: { 'facetFilters': ["version:{{ $page->version() }}", "language:en"] },
inputSelector: '#docsearch-input',
debug: false // Set debug to true if you want to inspect the dropdown
});