I've run the example from the Understanding Query Syntax - http://senecajs.org/docs/tutorials/understanding-query-syntax.html.
Filtering by field names work, but list$({limit$:4}, ..., or list$({sort$:{address:1}}, ... doesn't show the expected results: a full list, not sorted, is shown.
The README of this repository claims the "standard Seneca query format" is supported which is unfortunately not the case.
I've run the example from the Understanding Query Syntax - http://senecajs.org/docs/tutorials/understanding-query-syntax.html. Filtering by field names work, but
list$({limit$:4}, ...
, orlist$({sort$:{address:1}}, ...
doesn't show the expected results: a full list, not sorted, is shown. The README of this repository claims the "standard Seneca query format" is supported which is unfortunately not the case.