opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VLVIndex.java
@@ -805,7 +805,7 @@ final AttributeDescription attrDesc = AttributeDescription.valueOf(sortKey.getAttributeDescription()); final MatchingRule matchingRule = getEffectiveOrderingRule(sortKey); ByteString sortValue = null; for (Attribute a : entry.getAttribute(attrDesc.getAttributeType())) for (Attribute a : entry.getAllAttributes(attrDesc.getAttributeType())) { for (ByteString v : a) {