You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And there are 20 product records in the database. So when we execute this piece of code then nothing is returned as we request page #4 with page size of 5 elements:
We now apply the scroll position correctly regardless of whether the query is limited.
Previously, we applied the position only if the query was limited.
Closes#3015
Hi
We have the following repository:
And there are 20 product records in the database. So when we execute this piece of code then nothing is returned as we request page #4 with page size of 5 elements:
And when we convert PageRequest into OffsetScrollPosition we expect that it would return 0 records as well (offset is correct and equal to 20):
But this code returns all the existing records (20).
The text was updated successfully, but these errors were encountered: