linkedhumanities / lode

Linked Open Data Enhancer
4 stars 0 forks source link

Content Explorer list/table problem #38

Closed mniepert closed 11 years ago

mniepert commented 11 years ago

Example: search for "mind"

Click on the next button.This leads you to the next page. The next button is not grayed even though there are only two pages overall.

jakob0910 commented 11 years ago

Issue/Enhancemanet #11 has to be completed first.

jakob0910 commented 11 years ago

This problem is fixed. There is only one scenario which is not directly handled as expected: If the last page of a query has as many entries as the maximal number of entries per page, the "next" button is not deactivated. However, it will be deactivated if one clicks the button.

The only possibility to handle this directly is to query the total number of results for a certain query but this would decrease the performance for many queries when it is not required.