Skip to content

Commit

Permalink
update search config
Browse files Browse the repository at this point in the history
  • Loading branch information
John Earle committed Sep 7, 2016
1 parent 1cfe853 commit 09b728d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/assets/scripts/shared/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ if (globals.displaySearch) {

o.addEventListener('load', function (e) {
search = docsearch({
appId: process.env.SEARCH_APP_ID,
apiKey: process.env.SEARCH_API_KEY,
indexName: 'winter-17',
apiKey: 'a5ad71e92251e2eaad9e20a9befd004b',
indexName: 'lightningdesignsystem',
inputSelector: '#docsearch',
autocompleteOptions,
transformData: (hits) => {
Expand Down

0 comments on commit 09b728d

Please sign in to comment.