Skip to content
Snippets Groups Projects
Commit c4192c8c authored by Alexander Niebisch's avatar Alexander Niebisch :coffee:
Browse files

bugfix indexsuche

parent 4bf80718
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment