From df13e343fd251afc215cfef8b7d883dae28e34bc Mon Sep 17 00:00:00 2001 From: Pixelastic Date: Thu, 10 Mar 2016 11:35:51 +0100 Subject: [PATCH] fix(dev): Fixed the dev example, targeting an existing index --- dev/app.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev/app.js b/dev/app.js index 2aa16150f..473a3a8a8 100644 --- a/dev/app.js +++ b/dev/app.js @@ -1,9 +1,12 @@ import docsearch from '../index.js'; docsearch({ - apiKey: '52a6d7ab710fcef44537c3cff5290e55', - indexName: 'tim_stripe', - inputSelector: '#search-input' + apiKey: 'e3d767b736584dbe6d4c35f7cf7d4633', + indexName: 'react-native', + inputSelector: '#search-input', + autocompleteOptions: { + debug: true + } }); document.getElementById('search-input').focus();