-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
HTR :
- Launch a search that should return more than 10 results.
- Depending on the number of results/page : Try to display them all in one page || try to go the page of results 10 to 10 + x
=> Only the 10 first results are displayed
Hints :
see SearchGenerator l.380, the computed limit seems wrong but if you go beyond that limit (with results.getNumFound() instead of results.size()) results.get( i ) throws a NPE.
search was completly remade. seems to be working now