.targetCommentContains(editorFilter.getTransComment())
.caseSensitive(false).checkInSource(true)
.checkInTarget(true)
.includeStates(action.getFilterStates()).build();
if (action.isNeedReloadIndex()) {
GetTransUnitsNavigation getTransUnitsNavigation =
new GetTransUnitsNavigation(action.getDocumentId(),
action.getFilterStates(), action.getEditorFilter(),
constraints);
log.debug("get trans unit navigation action: {}",
getTransUnitsNavigation);
navigationResult =