LibreCat / Catmandu-SRU

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

Importer limit #27

Closed nicolasfranck closed 6 years ago

nicolasfranck commented 6 years ago

What I changed:

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-5.5%) to 84.492% when pulling 9e2f16758383ad16cd4a3a788c59f1e4be55da52 on importer_limit into 653cd64796e2707de71d102d207d9d3d47a451e6 on dev.

nicolasfranck commented 6 years ago

The actual output of extraResponseData in the hash "meta" depended on the input XML: Before:

"srw:numberOfRecords" when shown as such in the XML.

Now:

numberOfRecords (always)

Other, non srw keys, preserve their prefixes.