Open Patrick386 opened 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 ?? '');
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 ?? '');