File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 106
106
apiKey : 'fbc439670f5d4e3730cdcb715c359391' ,
107
107
indexName : 'scala-lang' ,
108
108
inputSelector : '#doc-search-bar' ,
109
- algoliaOptions : { 'facetFilters' : [ "language:en" ] } ,
109
+ algoliaOptions : { 'facetFilters' : [ "language:en" ] , 'hitsPerPage' : 7 } ,
110
110
debug : false // Set debug to true if you want to inspect the dropdown
111
111
} ) ;
112
112
}
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ $(document).ready(function() {
338
338
resultsContainer : document . getElementById ( 'result-container' ) ,
339
339
json : '/resources/json/search.json' ,
340
340
searchResultTemplate : '<li><a href="{url}">{title}</a></li>' ,
341
- limit : 7 ,
341
+ limit : 5 ,
342
342
} ) ;
343
343
344
344
$ ( "#blog-search-bar" ) . on ( "change paste keyup" , function ( ) {
You can’t perform that action at this time.
0 commit comments