Details
Description
CouchbaseConsumer line 93:
viewOptions.startKey(rangeEndKey).endKey(rangeEndKey);
I think it should be
viewOptions.startKey(rangeStartKey).endKey(rangeEndKey);
Or we should place a comment as why rangeStartKey is ignored
Attachments
Issue Links
- links to