Skip to content

Commit

Permalink
Add specific temporaryName* fields to reconciliation query (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Oct 10, 2022
1 parent f623bc3 commit bd52135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/Reconcile.java
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ private SearchResponse executeQuery(Entry<String, JsonNode> entry, String queryS
.field("preferredName", 4f)//
.field("variantName", 2f)//
.field("temporaryName")//
.field("temporaryNameOfTheConferenceOrEvent")//
.field("temporaryNameOfTheCorporateBody")//
.field("temporaryNameOfThePlaceOrGeographicName")//
.field("abbreviatedName")//
.field("abbreviatedNameForTheConferenceOrEvent")//
.field("abbreviatedNameForThePlaceOrGeographicName")//
Expand Down

0 comments on commit bd52135

Please sign in to comment.