RED-4064: Apply resize redactions also in redactCell

This commit is contained in:
deiflaender 2022-06-02 11:27:26 +02:00
parent 778c975649
commit 6fac40fd8d

View File

@ -959,8 +959,11 @@ public class Section {
Set<Entity> singleEntitySet = new HashSet<>();
singleEntitySet.add(entity);
EntitySearchUtils.clearAndFindPositions(singleEntitySet, searchableText, dictionary);
applyResizeRedactions(singleEntitySet);
EntitySearchUtils.addEntitiesWithHigherRank(entities, entity, dictionary);
EntitySearchUtils.removeEntitiesContainedInLarger(entities);