codeswarm / sails-couchdb-orm

CouchDB Adapter for the Sails.js ORM Framework, Waterline
36 stars 20 forks source link

Fetching multiple docs by id #15

Open smanne opened 9 years ago

smanne commented 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].