${div.textContent.substring(0, 100)}...
`; + result += `${div.textContent.substring(0, 200)}...
`; } return result; }, @@ -89,8 +89,8 @@ document.addEventListener('DOMContentLoaded', () => { instantsearch.widgets.pagination({ container: '.algolia-pagination', scrollTo: false, - showFirst: false, - showLast: false, + showFirst: true, + showLast: true, templates: { first: '', last: '',