Search correct language for Docusaurus docsearch (#744)

* Remove duplicate search results

Only search the current version of the docs. Right now there are duplicates because `next` is also searched.

d28b864a59/lib/core/Site.js (L140) does the replacement

* Add language facet

* fix missing algoliaOptions

* use only language facetfilter
This commit is contained in:
Joel Marcey 2018-06-18 08:11:45 -07:00 committed by Endilie Yacop Sucipto
parent f33d977d1a
commit df42926242

View file

@ -36,6 +36,9 @@ const siteConfig = {
algolia: {
apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c',
indexName: 'docusaurus',
algoliaOptions: {
facetFilters: [ "lang:LANGUAGE" ]
}
},
colors: {
primaryColor: '#2E8555',