Azure / Azure/azure-cosmosdb-java
when query by page, the page parameter doesn't works
Open
- Dominant language
- Java
- Stars
- 59
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
my code will like this:
int page = 3;
int perPage = 10;
CosmosPageRequest pageRequest = new CosmosPageRequest(page, perPage, null, sort);
Page page = repository.queryXX(pageRequest);
But the page only return the first 10 records(1-10),not from 30 to 40。I had viewed the Code CosmosTemplate.java,found that the parameter page won't be used in any places。yours sincerely。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.