IBM InfoSphere Master Data Management, Version 11.3InfoSphere® MDM enables you to customize spec search value capabilities with your own custom operators.
/IBM/Product/SpecValueSearch/SpecValueSearchSQL/className
For additional information on adding custom comparison operators, see New comparison operator additions.
<!-- common.service SpecValueSearch.<classname> -->
<service id="SpecValueSearch.myclass" interface="com.ibm.mdm.common.servicefactory.api.CommonServiceFactory">
<service-properties>
<entry key="common.service" value="SpecValueSearch.my.company.MySpecValueSearchSQL"/>
</service-properties>
<bean class="com.ibm.mdm.common.servicefactory.CommonServiceFactoryImpl">
<argument type="java.lang.Class" value="com.ibm.mdm.common.spec.search.SpecValueSearchSQL"/>
<argument type="java.lang.Class" value="my.company.MySpecValueSearchSQL" />
<argument ref="blueprintBundle"/>
</bean>
</service>