Hello, I tried to customized the advsearch.jsp from taskspace, da has the same behaviour.
The component I'd like customize is searchobjecttypedropdownlist, filtering only documents that belongs to my type
Original:
<dmfxs:searchobjecttypedropdownlist name='objecttypectrl' tooltipnlsid="MSG_OBJECT_TYPE_TIP" width='<%=SearchAttribute.DEFAULT_FIELD_WIDTH%>'/>
My custom:
<dmfxs:searchobjecttypedropdownlist name='objecttypectrl' tooltipnlsid="MSG_OBJECT_TYPE_TIP" includetypes='my_type' width='<%=SearchAttribute.DEFAULT_FIELD_WIDTH%>'/>
I set this property but nothing happens, continuing, continue doing the same thing, don't filter anything.
Someone can do it?