dasch-swiss / knora-ui

Reusable GUI elements for Knora
https://dasch-swiss.github.io/knora-ui
7 stars 1 forks source link

Bug: History back button to search results #382

Open kilchenmann opened 4 years ago

kilchenmann commented 4 years ago

When opening a resource from search results and going back to the results, the paging starts from 0 again. We have to find a way to store the current page number (offset). The bug depends on PR #381. Probably store the pageEvent and the searchQuery in the localStorage as currentSearch...