Skip to content

Commit 428cb98

Browse files
committed
Correct the number of hitsPerPage and the duplication
1 parent 51eb925 commit 428cb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
apiKey: 'fbc439670f5d4e3730cdcb715c359391',
107107
indexName: 'scala-lang',
108108
inputSelector: '#doc-search-bar',
109-
algoliaOptions: { 'facetFilters': ["language:en"], 'hitsPerPage': 7 },
109+
algoliaOptions: { 'facetFilters': ["language:en"], 'hitsPerPage': 6, 'distinct': 1},
110110
debug: false // Set debug to true if you want to inspect the dropdown
111111
});
112112
}

0 commit comments

Comments
 (0)