senecajs / seneca-jsonfile-store

Node.js Seneca data storage module that uses JSON files.
MIT License
13 stars 11 forks source link

Query support? #30

Open nitmws opened 7 years ago

nitmws commented 7 years ago

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.