LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
177 stars 31 forks source link

`--sru-sortkeys` option doesn't have any effect without a query #331

Closed phochste closed 6 years ago

phochste commented 6 years ago

Eg. this doesnt sort on title:

catmandu export ElasticSearch --sru-sortkeys 'title,,1' 

But this does:

catmandu export ElasticSearch --sru-sortkeys 'title,,1'  --cql-query '(title = "test")'

Can the POD documentation also get documentation on how sorting should be done on the command line?