balderdashy / waterline-docs

WARNING: The content in this repo is out of date! See https://github.com/balderdashy/sails-docs for the most up-to-date documentation
452 stars 161 forks source link

specify how to find a value that "is null" or "is not null" #34

Closed kevinburke closed 9 years ago

devinivy commented 9 years ago

This is an adapter-specific issue. From the documentation, I would expect adapters to work using the following criteria: {name: null} ("name is null") and {name: {'!': null }} ("name is not null").

If an adapter is not working how you expect it to, feel free to open an issue on the relevant adapter.