LibreCat / Catmandu-SRU

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

Queries with Umlauts #43

Closed jorol closed 4 years ago

jorol commented 4 years ago

There is a problem with Catmandu::Importer::SRU and queries which contains Umlauts:

$ curl 'http://services.dnb.de/sru/zdb?version=1.1&operation=searchRetrieve&query=Plön&recordSchema=MARC21-xml'

Result: 229 records

$ catmandu convert SRU --base  http://services.dnb.de/sru/zdb --recordSchema oai_dc --parser simple --query 'Plön' to YAML

Result: 0 records

nics commented 4 years ago

released as 0.428

jorol commented 4 years ago

Thanks @nics!