neuron query's result order - Neuron

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

FYI: I changed this to match how it is in UI. https://github.com/srid/neuron/commit/78ec137bc30c3c80808ea12e0c48e058e653020a

(I wanted to have SPC z e in neuron-mode show me the most recently recreated zettel first)

To be consistent with the UI view. As such we move the sorting action `runQuery` so it applies to every caller (UI and CLI). In the future perhaps we can add sort mechanis to the `Query` type and ...