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-mongo
maps the logicalid
attribute to the required_id
physical-layer mongo id. In the current version ofsails-mongo
, you should not sort byid
.
Install from NPM.
$ npm install cision@sails-mongo --save