Extensions to Sails.js/Waterline adapter for MongoDB.
See https://github.com/balderdashy/sails-mongo for configuration and other documentation.
Extended Features Include Added Support for regex filters.
API Syntax: where={"field": {"regex": "expression"}}
Notes
Heads up
sails-mongomaps the logicalidattribute to the required_idphysical-layer mongo id. In the current version ofsails-mongo, you should not sort byid.
Install from NPM.
$ npm install cision@sails-mongo --save