andamio-query-sort

0.0.3 • Public • Published

andamio-query-sort

var andamioQuerySort = require('andamio-query-sort');

app.use(andamioQuerySort({
  sortProperty: 'sort',
  defaultDirection: 'asc'
}));
req.query.sort = 'value';
req.query.sort = '["property": "value", "direction": "asc"]';
req.query.sort = '["property": "value", "direction": "desc", "value2"]';

Readme

Keywords

Package Sidebar

Install

npm i andamio-query-sort

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • jblancogl