9 lines
210 B
JavaScript
9 lines
210 B
JavaScript
import docSearch from '../index.js';
|
|
|
|
docSearch({
|
|
apiKey: '52a6d7ab710fcef44537c3cff5290e55',
|
|
indexName: 'tim_stripe',
|
|
inputSelector: '#search-input'
|
|
});
|
|
|
|
document.getElementById('search-input').focus();
|