We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e5d13 commit df13e34Copy full SHA for df13e34
dev/app.js
@@ -1,9 +1,12 @@
1
import docsearch from '../index.js';
2
3
docsearch({
4
- apiKey: '52a6d7ab710fcef44537c3cff5290e55',
5
- indexName: 'tim_stripe',
6
- inputSelector: '#search-input'
+ apiKey: 'e3d767b736584dbe6d4c35f7cf7d4633',
+ indexName: 'react-native',
+ inputSelector: '#search-input',
7
+ autocompleteOptions: {
8
+ debug: true
9
+ }
10
});
11
12
document.getElementById('search-input').focus();
0 commit comments