loopback-connector-couch
loopback-connector-couch copied to clipboard
Where filter doesn't work with operators
Using operators with the where filter always returns an empty array.
The problem is that it's using lodash's _.where directly (https://github.com/mattange/loopback-connector-couch/blob/master/lib/couch.js#L317).