knoxpo / dart_algolia

[Unofficial] Algolia is a pure dart SDK, wrapped around Algolia REST API for easy implementation for your Flutter or Dart projects.
Other
117 stars 112 forks source link

infinite scrolling #102

Open Patrick386 opened 2 years ago

Patrick386 commented 2 years ago

I am implementing an infinite scrolling page. setHitsPerPages(10) I have enough data, but I only get 6 of them.

query = _collectionIndex.setPage(currentPage).setHitsPerPage(10).query(searchText ?? '');