03-30-2009 10:59 AM
03-31-2009 08:23 AM
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="my:contentType" />
….
</content-types>
<custom-properties>
<meta-data type="my:contentType" property="my:propertyName" />
…..
</custom-properties>
Remember that your custom content model must extends the default Alfresco content type to allow these new properties work correctly in Web Client.04-02-2009 08:26 AM
To add custom properties on Advanced Search in Alfresco Web Client you must edit web-client-config-custom.xml.
You can add your custom properties in advanced-search element, in this way:Remember that your custom content model must extends the default Alfresco content type to allow these new properties work correctly in Web Client.
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="my:contentType" />
….
</content-types>
<custom-properties>
<meta-data type="my:contentType" property="my:propertyName" />
…..
</custom-properties>
More details about Advanced Search Custom Attributes here:
http://wiki.alfresco.com/wiki/Advanced_Search_Custom_Attributes
Hope this helps.
05-05-2009 02:34 AM
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.