Open smanne opened 9 years ago
We are trying to fetch multiple docs by id using couch orm, but its not returning, here is our query.
Model.find({'_id': ids}) where ids is array of [ids].
We are trying to fetch multiple docs by id using couch orm, but its not returning, here is our query.
Model.find({'_id': ids}) where ids is array of [ids].