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 bf90820 commit 51eb925Copy full SHA for 51eb925
_includes/footer.html
@@ -106,7 +106,7 @@
106
apiKey: 'fbc439670f5d4e3730cdcb715c359391',
107
indexName: 'scala-lang',
108
inputSelector: '#doc-search-bar',
109
- algoliaOptions: { 'facetFilters': ["language:en"] },
+ algoliaOptions: { 'facetFilters': ["language:en"], 'hitsPerPage': 7 },
110
debug: false // Set debug to true if you want to inspect the dropdown
111
});
112
}
resources/js/functions.js
@@ -338,7 +338,7 @@ $(document).ready(function() {
338
resultsContainer: document.getElementById('result-container'),
339
json: '/resources/json/search.json',
340
searchResultTemplate: '<li><a href="{url}">{title}</a></li>',
341
- limit: 7,
+ limit: 5,
342
343
344
$("#blog-search-bar").on("change paste keyup", function() {
0 commit comments