05-16-2006 06:44 AM
properties[0].name = Constants.PROP_NAME;
properties[0].value = name;
properties[1].name = "{http://www.alfresco.org/model/content/1.0}tipoDocumento";
properties[1].value = "fattura";
I just want to know if the search function of the web application does a search also in those custom properties. It seems to me that the search now uses only the contents and the default properties.05-16-2006 06:40 PM
05-17-2006 04:05 AM
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="my:sop" />
</content-types>
<custom-properties>
<meta-data type="my:sop" property="my:authorisedBy" />
<meta-data aspect="my:imageClassification" property="my:resolution" />
</custom-properties>
</advanced-search>
</config>
<meta-data aspect="my:imageClassification" property="my:resolution" />
05-17-2006 07:21 AM
<meta-data type="content" property="tipoDocumento" />
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.