Skip to content
Snippets Groups Projects
Commit bc7936d9 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix Person entity

parent 8c199594
No related branches found
No related tags found
No related merge requests found
......@@ -1376,16 +1376,6 @@ 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>FIRSTNAME.value</name>
<indexFieldType>TEXT_NO_STOPWORDS</indexFieldType>
<isBoosted v="true" />
</indexRecordFieldMapping>
<indexRecordFieldMapping>
<name>LASTNAME.value</name>
<indexFieldType>TEXT_NO_STOPWORDS</indexFieldType>
<isBoosted v="true" />
</indexRecordFieldMapping>
<indexRecordFieldMapping>
<name>FIRSTNAME.value</name>
<indexFieldType>PHONETIC_NAME</indexFieldType>
......@@ -1424,14 +1414,6 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
</additionalFieldNameAliases>
<isMultiValued v="true" />
</indexRecordFieldMapping>
<indexRecordFieldMapping>
<name>IndexCommunication.value</name>
<indexFieldType>COMMUNICATION</indexFieldType>
<additionalFieldNameAliases>
<element>comm</element>
</additionalFieldNameAliases>
<isMultiValued v="true" />
</indexRecordFieldMapping>
<indexRecordFieldMapping>
<name>IndexCountry.value</name>
<indexFieldType>ADDRESS</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