Hi,
I'm trying to get the Alfresco's simple search to find documents based on meta-data like title and author. I modified contentModel.xml and re-started Alfresco. Still not working! Hope you can help me with this one.
Regards, Berno.
<aspect name="cm:titled">
<title>Titled</title>
<properties>
<property name="cm:title">
<title>Title</title>
<type>d:mltext</type>
<!– 20070510 BeSo Enabled indexing on title –>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
<property name="cm:description">
<title>Description</title>
<type>d:mltext</type>
</property>
</properties>
</aspect>