Skip to content

Commit

Permalink
Search correct language and version for Docusaurus (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey authored Jul 18, 2018
1 parent 9f718a5 commit aa1f826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const siteConfig = {
algolia: {
...
algoliaOptions: {
facetFilters: [ "lang:LANGUAGE", "version:VERSION" ]
facetFilters: [ "language:LANGUAGE", "version:VERSION" ]
}
},
};
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const siteConfig = {
apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c',
indexName: 'docusaurus',
algoliaOptions: {
facetFilters: ['lang:LANGUAGE'],
facetFilters: ['language:LANGUAGE', 'version:VERSION'],
},
},
colors: {
Expand Down

0 comments on commit aa1f826

Please sign in to comment.