Skip to content

Commit

Permalink
fix(mod-search): fix export of cql files
Browse files Browse the repository at this point in the history
- Fix

Closes: MSEARCH-762
  • Loading branch information
viacheslavpoliakov committed Jun 11, 2024
1 parent 74eab1c commit 763a01a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private void streamResourceIds(CqlResourceIdsRequest request, Consumer<List<Stri

log.info("[streamResourceIds] QUERY TO ELASTIC: {}", request.getQuery());
log.info("[streamResourceIds] SEARCH_SOURCE TO ELASTIC: {}",
new SearchRequest("TEST_LOG").source(searchSource).toString());
new SearchRequest("JUST_TEST_LOG").source(searchSource).toString());
searchRepository.streamResourceIds(request, searchSource, idsConsumer);
}

Expand Down

0 comments on commit 763a01a

Please sign in to comment.