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 c8c9f33 commit fc882c0Copy full SHA for fc882c0
view/frontend/web/instantsearch.js
@@ -475,7 +475,7 @@ define(
475
separator : algoliaConfig.instant.categorySeparator,
476
templates : templates,
477
showParentLevel : true,
478
- limit : algoliaConfig.maxValuesPerFacet,
+ limit : 999, // arbitrarily high number - as premature truncate of results can prevent preselection for large category lists
479
sortBy : ['name:asc'],
480
transformItems(items) {
481
return (algoliaConfig.isCategoryPage)
0 commit comments