I have a custom model in which I have a property having following constraint :
<constraint name="abc:customList" type="LIST">
<title>Custom List</title>
<parameter name="allowedValues">
<list>
<value></value>
<value>ABC</value>
<value>A / B</value>
<value>A/B</value>
</list>
</parameter>
<parameter name="caseSensitive"><value>true</value></parameter>
</constraint>
and I have created various documents having different value of above property.
I have created a custom search form on which there are some drop-down list. when I search A / B, It gives no result but If I searched A/B it works. Also when I searched "A / B" it also work.
This search functionality was working fine in Alfresco 4.2.c for all cases.
I am not able to identify why this is not working in Alfresco 4.2.d