10-28-2008 11:57 AM
<type name="my:node">
<title>My node</title>
<parent>cm:content</parent>
<properties>
<property name="my:prop">
<type>d:text</type>
</property>
</properties>
</type>
10-29-2008 04:24 PM
10-29-2008 04:48 PM
10-30-2008 08:08 AM
<namespaces>
<namespace uri="http://www.mycontent.com/model/content/1.0" prefix="mycontent"/>
</namespaces>
<type name="mycontent:customType">
<title>My node</title>
<parent>cm:content</parent>
<properties>
<property name="mycontent:customProperty">
<type>d:text</type>
</property>
</properties>
</type>
<config>
<client>
<simple-search-additional-attributes>
<qname>{http://www.mycontent.com/model/content/1.0}customProperty</qname>
</simple-search-additional-attributes>
</client>
</config>
10-30-2008 04:57 PM
It is possible to add custom properties to simple search, see
http://wiki.alfresco.com/wiki/Web_Client_Customisation_FAQ#Adding_Properties_to_Simple_Search
10-31-2008 07:27 AM
02-17-2009 10:29 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.