Skip to content

Commit df13e34

Browse files
committed
fix(dev): Fixed the dev example, targeting an existing index
1 parent 31e5d13 commit df13e34

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

dev/app.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
import docsearch from '../index.js';
22

33
docsearch({
4-
apiKey: '52a6d7ab710fcef44537c3cff5290e55',
5-
indexName: 'tim_stripe',
6-
inputSelector: '#search-input'
4+
apiKey: 'e3d767b736584dbe6d4c35f7cf7d4633',
5+
indexName: 'react-native',
6+
inputSelector: '#search-input',
7+
autocompleteOptions: {
8+
debug: true
9+
}
710
});
811

912
document.getElementById('search-input').focus();

0 commit comments

Comments
 (0)