RED-10072: AI description field and toggle for entities

* fix failing pipeline test
This commit is contained in:
maverickstuder 2024-10-14 15:46:57 +02:00
parent edc68e0104
commit 1f7636dc29

View File

@ -68,6 +68,7 @@ public class DocumentSearchService {
.section(bulkLocalRequest.getSection())
.foundTerms(foundTerms)
.comment(bulkLocalRequest.getComment())
.userId(bulkLocalRequest.getUserId())
.build();
rabbitTemplate.convertAndSend(QueueNames.SEARCH_TERM_OCCURRENCES_RESPONSE_EXCHANGE, TenantContext.getTenantId(), bulkLocalResponse);