couchbaselabs / react-native-couchbase-lite

Couchbase Lite binding for React Native Android & iOS
MIT License
110 stars 53 forks source link

Get all documents by keys #126

Open nachofregeiro opened 7 years ago

nachofregeiro commented 7 years ago

Is it possible to get all documents by keys using get_db_all_docs?

Something like this:

manager.query.get_db_all_docs({db: "MyDatabaseName", keys: ["doc_1", "doc_5", "doc_8"]})