RED-4064: Apply resize redactions also in redactCell
This commit is contained in:
parent
778c975649
commit
6fac40fd8d
@ -959,8 +959,11 @@ public class Section {
|
|||||||
|
|
||||||
Set<Entity> singleEntitySet = new HashSet<>();
|
Set<Entity> singleEntitySet = new HashSet<>();
|
||||||
singleEntitySet.add(entity);
|
singleEntitySet.add(entity);
|
||||||
|
|
||||||
EntitySearchUtils.clearAndFindPositions(singleEntitySet, searchableText, dictionary);
|
EntitySearchUtils.clearAndFindPositions(singleEntitySet, searchableText, dictionary);
|
||||||
|
|
||||||
|
applyResizeRedactions(singleEntitySet);
|
||||||
|
|
||||||
EntitySearchUtils.addEntitiesWithHigherRank(entities, entity, dictionary);
|
EntitySearchUtils.addEntitiesWithHigherRank(entities, entity, dictionary);
|
||||||
|
|
||||||
EntitySearchUtils.removeEntitiesContainedInLarger(entities);
|
EntitySearchUtils.removeEntitiesContainedInLarger(entities);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user