We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213e039 commit a2ad77cCopy full SHA for a2ad77c
docs/src/modules/components/AppSearch.js
@@ -51,7 +51,7 @@ function initDocsearch(userLanguage) {
51
inputSelector: '#docsearch-input',
52
algoliaOptions: {
53
facetFilters: ['version:master', `language:${userLanguage}`],
54
- hitsPerPage: 200,
+ hitsPerPage: 40,
55
},
56
autocompleteOptions: {
57
openOnFocus: true,
0 commit comments