Can anyone guide me please on how to add algolia instantsearch pagination? I have tried following code.. not worked :
instantsearch.js
var search = instantsearch({
// Replace with your own values
appId: 'myid',
apiKey: 'mykey', // search only API key, no ADMIN key
indexName: 'instant_search',
urlSync: true
});
search.addWidget(
instantsearch.widgets.pagination({
container: '#pagination-container'
})
);
Html:
<div id='pagination-container'></div>
error
Uncaught ReferenceError: instantsearch is not defined
at instantsearch.js:1