Multidomain MDM
- Multidomain MDM 10.3 HotFix 1
- All Products
<addSearchableField id="SEARCHABLE_FIELD.<Field Hierarchy>" parentId="SEARCHABLE_CHILD.<Parent Field Hierarchy>"> <name><Field Name></name> <Property Name1>true|false</Property Name1> <Property Name2>true|false</Property Name2> ... <Property NameN>true|false</Property NameN> </addSearchableField>
<?xml version="1.0" encoding="UTF-8"?> <changeList xmlns:java="http://java.sun.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="siperian-changelist.xsd" xsi:schemaLocation="http://java.sun.com java.xsd" creationDate="2014-10-07T01:29:15.236+05:30" description="Add intFld and floatFld as searchable fields. DS_UI1" listType="comparison" lockRequired="true" name="" version="10"> <changes> <addSearchableField id="SEARCHABLE_FIELD.Person|intFld" parentId="SEARCHABLE_ROOT.Person"> <name>intFld</name> <searchable>true</searchable> <displayable>true</displayable> <facet>false</facet> <filterable>true</filterable> <fuzzy>true</fuzzy> <language>english</language> </addSearchableField> </changes> </changeList>