Can anyone help me to undersand:
In Spring Data Couchbase: spring-data-couchbase : 4.3.0 Couchbase Version: 6.6.2
By using couchbasetemplate
- findById(Entity.class).one(id) is working fine, I am able to fetch data
- findByQuery(Entity.class).all() returning empty array
- findByQuery(Entity.class).count() returning 0