terraref / brapi

Breeder's API implementation for TERRA-REF
https://terraref.org/brapi/v1/calls
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

fix pagination for observationunits #28

Closed tcnichol closed 5 years ago

tcnichol commented 5 years ago

observationunits does not provide accurate count for total pages. pagination does not work since no matter how many results exist in the db, the total page count is always 1.

tcnichol commented 5 years ago

https://github.com/terraref/brapi/pull/29

is the associated pull request