You make an attribute wildcard searchable in record searches by changing the value of the mdex-property_TextSearchAllowsWildcards attribute in the PDR, using either a request to the Configuration Web Service for loading the schema, or by sending this configuration to the Oracle Endeca Server through a connector in Integrator.
Note that an attribute must be record searchable in order for it to allow wildcard search in record searches. This means that before you set mdex-property_TextSearchAllowsWildcards to true, make sure that mdex-property_IsTextSearchable is set to true.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <config:configTransaction xmlns:config="http://www.endeca.com/MDEX/config/services/types/2/0" xmlns:mdex="http://www.endeca.com/MDEX/config/XQuery/2009/09"> <config:updateProperties> <mdex:record> <mdex-property_Key>VehicleModel</mdex-property_Key> <mdex-property_TextSearchAllowsWildcards>true</mdex-property_TextSearchAllowsWildcards> </mdex:record> </config:updateProperties> </config:configTransaction> </soap:Body> </soap:Envelope>