VIDA-NYU / domain_discovery_tool

This repository contains the Domain Discovery Tool (DDT) project. DDT is an interactive system that helps users explore and better understand a domain (or topic) as it is represented on the Web.
http://domain-discovery-tool.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
47 stars 18 forks source link

Pagination is incorrect after applying some filter. #58

Closed soniacq closed 6 years ago

soniacq commented 6 years ago

When the user is on the 8 page (or other greater page using pagination), and then it applies a filter (ex. Relevant tag ) which has less pages, then a message "No pages found" is showed. It is because the current page is not reseted to 1 after applying a filter.

soniacq commented 6 years ago

Fixed. The pagination is updated after applying a filter.