Pagination limit

(from github.com/luigigf49)
Hi marevol,
I noted that if you try to call a specific page between several pages obtained by a search returns always first page if:
page number requested multiplied by results for each page greater than 1000.
For example : page you want -> 21
records for each page -> 50
then 21 x 50 = 1050 (greater than 1000)
then page showed: again original first page of the search

Many thanks
Luigi

(from github.com/marevol)
Not reproduced. need more info…
https://search.n2sm.co.jp/search/move/?q=test&pn=21&num=50

(from github.com/luigigf49)
Sorry marevol,
my problem does not exist !

I use commands similar to this:

http://localhost:8080/json/?q=NOT yellow&start=850&facet.field=label&facet.field=filetype&num=100

but I had not realized that my routine that builds the command when record number is greater than 999 inserts the separator of the thousands (in my country ‘.’) and my command becomes:

http://localhost:8080/json/?q=NOT yellow&start=1.200&facet.field=label&facet.field=filetype&num=100

Many thanks
Luigi