Closed JasonMer1 closed 8 years ago
Thanks for bringing this up. The implementation though is a bit more involved than was proposed in the PR. getTotalCount()
should return the overall number of records regardless of the LIMIT
clause applied with take()
in order to support the length aware pagination.
I just tagged 0.2.0 with the implementation.
Please let me know if you have any questions and thanks again.
I was receiving this error
Adding this to the PostgresEngine fixed it.