The total number of record for a query is returned by SRU and internally stored. There should be a method to find out how many record exists for a given query. The number could be returned here as { total => $total } when a special parser (Catmandu::Importer::SRU::Total) is selected.
The total number of record for a query is returned by SRU and internally stored. There should be a method to find out how many record exists for a given query. The number could be returned here as
{ total => $total }
when a special parser (Catmandu::Importer::SRU::Total) is selected.