Andyccs / sport-news-retrieval

MIT License
6 stars 2 forks source link

Pagination problem in UI #5

Closed Andyccs closed 8 years ago

Andyccs commented 8 years ago

Currently, the website is just make one request, and the respond will contain 10 results. The first page will contain the first 5 result and the second page will contain the last 5.

This is not intended behaviour. The intended behaviour should be, when the next button is clicked, the next 10 results are fetched from the solr server, and so on.

RUAN0007 commented 8 years ago

Refer to commit ce0678c934b1744317b6b1de52e2316931562ab7 for this issue fixing

Andyccs commented 8 years ago

@RUAN0007 Reviewed and confirmed