clarin-eric / VLO

Virtual Language Observatory
GNU General Public License v3.0
14 stars 6 forks source link

Result selection offset number aren't updated #178

Closed teckart closed 6 years ago

teckart commented 6 years ago

Reported by Valeria Quochi: When using the paging mechanism of the result set, the offset information is not updated.

How to reproduce:

Example-URL: https://beta-vlo.clarin.eu/search?fq=languageCode:code:deu

teckart commented 6 years ago

The bug is also included in the public VLO instance (https://vlo.clarin.eu/?fq=languageCode:code:deu).

wowasa commented 6 years ago

I'm on it

wowasa commented 6 years ago

obviously the bug exists for a long time since I found the same in an old v 4.0.1 installation. The concerned class is eu.clarin.cmdi.vlo.wicket.panels.search.SearchResultsPanel. Need some research if the bug is in the implementation of wicket's BootstrapAjaxPagingNavigator or in the class itself

wowasa commented 6 years ago

fixed it in the issue-178 branch