Actions
Bug #1515
closedAPI: Paging count faulty
Start date:
2021-05-12
Estimated time:
Found in version:
Description
when pageing the total count decreases by the number of skipped entities from the start ie
https://demo.openatlas.eu/api/0.2/query/?limit=10&codes=actor&first=6450 returns entities: 792
https://demo.openatlas.eu/api/0.2/query/?limit=10&codes=actor&first=377 returns entities: 782
expected: the number of total entities found should remain constant across pages
Actions