loopback-connector-couch icon indicating copy to clipboard operation
loopback-connector-couch copied to clipboard

Where filter doesn't work with operators

Open lgfa29 opened this issue 10 years ago • 0 comments

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).

lgfa29 avatar Nov 23 '15 02:11 lgfa29