Skip to content

Commit d5a287b

Browse files
committed
fix maxPages issue. Waiting for it to be fixed in instantsearch.js
1 parent a72b753 commit d5a287b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

design/frontend/template/topsearch.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ $placeholder = $this->__('Search for products, categories, ...');
670670
container: '#instant-search-pagination-container',
671671
cssClass: 'algolia-pagination',
672672
showFirstLast: false,
673+
maxPages: 1000,
673674
labels: {
674675
previous: '<?php echo $this->__('Previous page'); ?>',
675676
next: '<?php echo $this->__('Next page'); ?>'

0 commit comments

Comments
 (0)