Hi @psrinivasgoud,
It should return number of rows. Couchbase Capella for Mobile Developers
Give us few days to reproduce and investigate this issue.
I filed the issue on github repo’s issue tracker.
https://github.com/couchbase/couchbase-lite-java-core/issues/637
Thanks!
Hideki
@hideki Thanks for the reply its working according to https://github.com/couchbase/couchbase-lite-java-core/issues/637 answer given by sergio91pt .I request couchbase people to improve documentation with more examples specially with composite key which i dint find here Couchbase Capella for Mobile Developers there is no example for query.setKeys() method thanks.
hideki
4
Hi @psrinivasgoud,
I am glad to hear you could solve the problem.
Following is link to unit test case for query with compound keys. It might help you.
https://github.com/couchbase/couchbase-lite-android/blob/master/src/androidTest/java/com/couchbase/lite/ViewsTest.java#L525-L619
Have a nice weekend!