We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a43dd commit 84fd11bCopy full SHA for 84fd11b
src/js/vendor/docsearch.bundle.js
@@ -24,7 +24,7 @@
24
apiKey: config.apiKey,
25
indexName: config.indexName,
26
inputSelector: '#' + searchField.id + ' .query',
27
- autocompleteOptions: { autoselect: false, debug: true, hint: false, keyboardShortcuts: [], minLength: 2 },
+ autocompleteOptions: { autoselect: false, debug: true, hint: false, minLength: 2 },
28
algoliaOptions: baseAlgoliaOptions,
29
transformData: protectHitOrder,
30
queryHook:
0 commit comments