From a2d9f93cc3a397f45a1260dbbda4aca8942e9a98 Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Thu, 11 May 2017 09:40:57 +0200 Subject: [PATCH] Add appId to Algolia options For when someone is running their own crawler. Came up here: https://discourse.algolia.com/t/couldnt-get-docsearch-to-work/1286/2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c45216d..47798cc5 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ the `algoliaOptions` parameter. ```javascript docsearch({ + appId: '', // if you are running the crawler yourself apiKey: '', indexName: '', inputSelector: '',