Currently everything is returned at one time and this is against the project doc. Before this can be fixed, the sql limit on the query has to be removed and sorting implemented since this requires the query to return all the results. Then with all the sorted results we paginate.
Currently everything is returned at one time and this is against the project doc. Before this can be fixed, the sql limit on the query has to be removed and sorting implemented since this requires the query to return all the results. Then with all the sorted results we paginate.
Blocked by: #89.