LibreCat / Catmandu-Store-MongoDB

A searchable store backed by MongoDB
https://metacpan.org/pod/Catmandu::Store::MongoDB
4 stars 2 forks source link

Catmandu command line sort doesn't work for MongoDB Store #12

Closed phochste closed 5 years ago

phochste commented 5 years ago

The sort in the code needs to be a blessed reference. But I would like to be able to specify:

$ catmandu export mydatabase --query '{"foo":"bar"}' --sort '{"timestamp":1}'
jorol commented 5 years ago

fixed in pr #13

jorol commented 5 years ago

fixed in version 0.0803