opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VLVIndex.java
@@ -388,7 +388,7 @@ private boolean shouldInclude(final Entry entry) throws DirectoryException { return entry.getName().matchesBaseAndScope(baseDN, scope) && filter.matchesEntry(entry); return entry.getName().isInScopeOf(baseDN, scope) && filter.matchesEntry(entry); } void modifyEntry(final IndexBuffer buffer, final EntryID entryID, final Entry oldEntry, final Entry newEntry,