From c4192c8c3625688aad19a3b64a0a842855cb6741 Mon Sep 17 00:00:00 2001
From: "a.niebisch" <a.niebisch@adito.de>
Date: Thu, 21 Nov 2019 15:53:13 +0100
Subject: [PATCH] bugfix indexsuche

---
 entity/Person_entity/Person_entity.aod | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod
index c847aa4a56..9d4fcdd5c8 100644
--- a/entity/Person_entity/Person_entity.aod
+++ b/entity/Person_entity/Person_entity.aod
@@ -1376,6 +1376,14 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
       </affectedTables>
       <affectedIds>%aditoprj%/entity/Person_entity/recordcontainers/index/affectedIds.js</affectedIds>
       <indexFieldMappings>
+        <indexRecordFieldMapping>
+          <name>CONTACTID.value</name>
+          <indexFieldType>STRING</indexFieldType>
+        </indexRecordFieldMapping>
+        <indexRecordFieldMapping>
+          <name>PERSON_ID.value</name>
+          <indexFieldType>STRING</indexFieldType>
+        </indexRecordFieldMapping>
         <indexRecordFieldMapping>
           <name>FIRSTNAME.value</name>
           <indexFieldType>PHONETIC_NAME</indexFieldType>
@@ -1386,14 +1394,6 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
           <indexFieldType>PHONETIC_NAME</indexFieldType>
           <isBoosted v="true" />
         </indexRecordFieldMapping>
-        <indexRecordFieldMapping>
-          <name>PERSON_ID.value</name>
-          <indexFieldType>STRING</indexFieldType>
-        </indexRecordFieldMapping>
-        <indexRecordFieldMapping>
-          <name>CONTACTID.value</name>
-          <indexFieldType>STRING</indexFieldType>
-        </indexRecordFieldMapping>
         <indexRecordFieldMapping>
           <name>GENDER.value</name>
           <indexFieldType>STRING</indexFieldType>
-- 
GitLab