Skip to content

Commit 4dad189

Browse files
SSCS-10722 Remove processing venue restriction
1 parent 9697f05 commit 4dad189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/processor/src/main/java/uk/gov/hmcts/reform/migration/queries/CcdElasticSearchQueries.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public static BoolQueryBuilder unsetCaseAccessManagementFieldsQuery() {
4444
.must(QueryBuilders.boolQuery()
4545
.should(existsQuery("data.appeal.appellant.address.postcode"))
4646
.should(existsQuery("data.appeal.appellant.appointee.address.postcode"))
47-
.minimumShouldMatch(1)
48-
.must(existsQuery("data.processingVenue")))
47+
.minimumShouldMatch(1))
4948
.mustNot(
5049
QueryBuilders.boolQuery()
5150
.should(existsQuery("data.CaseAccessCategory"))

0 commit comments

Comments
 (0)