API TotalContributions is Not Served
LanceMcCarthy opened this issue · comments
Lance McCarthy commented
The API now only serves contributions from 2016 and later. This causes a bad issue with paging when an MVP has congtributions older than 2016.
The TotalContributions number that is returned by the API will never match the number of Contributions it will return.
Lance McCarthy commented
This is resolved in 1.8.2 with a workaround by immediately fetching the total number. This will ensure the MVP sees everything possible, even if it means a second or two longer load times.