Closed phochste closed 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?
Eg. this doesnt sort on title:
But this does:
Can the POD documentation also get documentation on how sorting should be done on the command line?