diff --git a/_includes/footer.html b/_includes/footer.html index 986f818043..7653956dc9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -28,7 +28,7 @@ apiKey: '891b0e977d96c762a3821e0c00172ac9', indexName: 'eslint', inputSelector: '#eslint-search-input', - algoliaOptions: { 'facetFilters': [["version:3.0.0", "tags:blog"]] }, + algoliaOptions: { 'facetFilters': [["tags:docs", "tags:blog"]] }, debug: false // Set debug to true if you want to inspect the dropdown }); var htmlClassList = document.documentElement.classList;