Skip to content

Commit

Permalink
[TEDEFO-1500]: Set hits-per-page limit to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
meletev committed Nov 8, 2022
1 parent bb590ce commit 83dfbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/vendor/search-algolia.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ window.antoraAlgolia = (function () {
appId: apiId,
indexName: indexName,
inputSelector: '#search-input',
algoliaOptions: { hitsPerPage: 20 },
autocompleteOptions: { hint: false, keyboardShortcuts: ['s'] }
}).autocomplete

Expand Down

0 comments on commit 83dfbf0

Please sign in to comment.