Closed jorol closed 4 years ago
why did you also remove limit, isn't it still useful to control how to records are fetched in the background?
I wanted total in the first place but mixed up with limit. My use case for this fix is to look up ids, names, places, etc. where I just get some records back in most cases. I‘m also a fan of leaving batch sizes to the SRU server. If you see a use for limit I can add it with another commit.
added option limit with another commit.
Giving total a default value will constrain every request to 10 records, default should be to fetch all records, no?
Fixed with new commit.
This has been implemented, so closing the pull request
Option total
and the change for the default of limit
are not merged yet.
@jorol released your changes as 0.429
Coverage increased (+0.1%) to 89.175% when pulling 9bd6b68a47e27c550dc2bb6f96ac2775283e7732 on jorol:dev into 6a0cce1445de002e7c911cd46b54c31ee939673e on LibreCat:dev.