Answers for "algolia search pagination"

0

algolia search pagination

index.search('query', {
  page: 2,
  hitsPerPage: 5
}).then(({ hits }) => {
  console.log(hits);
});
Posted by: Guest on January-24-2022

Browse Popular Code Answers by Language