1

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
Ram
  • 21
  • 3

1 Answers1

0

This is described in https://github.com/spring-projects/spring-data-couchbase/issues/1321 which is fixed in today's release of 4.3.2.

If the problem persists, please open a new issue https://github.com/spring-projects/spring-data-couchbase/issues/new

Michael Reiche
  • 375
  • 1
  • 7