LibreCat / Catmandu-SRU

Catmandu module for working with SRU data.
https://metacpan.org/release/Catmandu-SRU
5 stars 5 forks source link

Add method to get total number of records #50

Closed nichtich closed 3 years ago

nichtich commented 3 years ago

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.

nichtich commented 3 years ago

Apparently this is already available with meta