From bd52135562e0c5a6a02fba259986fb7957e0eb60 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Mon, 10 Oct 2022 15:34:22 +0200 Subject: [PATCH] Add specific `temporaryName*` fields to reconciliation query (#227) --- app/controllers/Reconcile.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/controllers/Reconcile.java b/app/controllers/Reconcile.java index 10fa17a..54571b9 100644 --- a/app/controllers/Reconcile.java +++ b/app/controllers/Reconcile.java @@ -485,6 +485,9 @@ private SearchResponse executeQuery(Entry entry, String queryS .field("preferredName", 4f)// .field("variantName", 2f)// .field("temporaryName")// + .field("temporaryNameOfTheConferenceOrEvent")// + .field("temporaryNameOfTheCorporateBody")// + .field("temporaryNameOfThePlaceOrGeographicName")// .field("abbreviatedName")// .field("abbreviatedNameForTheConferenceOrEvent")// .field("abbreviatedNameForThePlaceOrGeographicName")//