[CR #389245] Substring matching does not work if there are symbols in application names, synonyms, and field labels, as they are used as delimiters in the Dejima substring matcher in the wired.opal file as shown below:
<Symbols> <CharacterRange lowerLimit="!" upperLimit="/" /> <CharacterRange lowerLimit=":" upperLimit="@" /> <CharacterRange lowerLimit="[" upperLimit="`" /> <CharacterRange lowerLimit="{" upperLimit="~" /></Symbols>
Workaround: Do not use symbols like “:” in application names, synonyms, and field labels. Alternatively, remove the symbols from the wired.opal file and specify a different character range for symbols.