RED-10072: AI description field and toggle for entities
* fix failing pipeline test
This commit is contained in:
parent
edc68e0104
commit
1f7636dc29
@ -68,6 +68,7 @@ public class DocumentSearchService {
|
|||||||
.section(bulkLocalRequest.getSection())
|
.section(bulkLocalRequest.getSection())
|
||||||
.foundTerms(foundTerms)
|
.foundTerms(foundTerms)
|
||||||
.comment(bulkLocalRequest.getComment())
|
.comment(bulkLocalRequest.getComment())
|
||||||
|
.userId(bulkLocalRequest.getUserId())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
rabbitTemplate.convertAndSend(QueueNames.SEARCH_TERM_OCCURRENCES_RESPONSE_EXCHANGE, TenantContext.getTenantId(), bulkLocalResponse);
|
rabbitTemplate.convertAndSend(QueueNames.SEARCH_TERM_OCCURRENCES_RESPONSE_EXCHANGE, TenantContext.getTenantId(), bulkLocalResponse);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user