Skip to content

Commit

Permalink
Merge pull request #1479 from salesforce-ux/search-migration
Browse files Browse the repository at this point in the history
Revert to public search config
  • Loading branch information
Kaelig Deloumeau-Prigent authored Sep 7, 2016
2 parents 05360c5 + 09b728d commit a44dcf2
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 a44dcf2

Please sign in to comment.