11-07-2011 02:42 PM
@cm\:content.mimetype:"application/msword" AND @cm\:title:"this is a document"
@cm\:content.mimetype:"application/msword" AND @cm\:title:"this is a document draft"
11-08-2011 06:29 AM
@cm\:content.mimetype:"application/msword" AND @cm\:title:"this is a document draft.doc"
11-08-2011 06:49 AM
@cm\:content.mimetype:"application/msword" AND @cm\:name:"this is a document draft.doc"
Hope this helps.
11-08-2011 01:06 PM
@cm\:content.mimetype:"application/msword" AND (@cm\:title:"this is a document draft.doc" OR @cm\:name:"this is a document draft.doc")
@cm\:content.mimetype:"application/msword" AND (@cm\:title:"this is a document draft*" OR @cm\:name:"this is a document draft*")
@cm\:content.mimetype:"application/msword" AND (@cm\:title:"this is a document draft" OR @cm\:name:"this is a document draft")
@\{http\://www.alfresco.org/model/content/1.0\}content.mimetype:* AND ((@cm\:title:this AND @cm\:title:is AND @cm\:title:a AND @cm\:title:document AND @cm\:title:draft) OR (@cm\:name:this AND @cm\:name:is AND @cm\:name:a AND @cm\:name:document AND @cm\:name:draft)
the document is also not found.11-08-2011 01:11 PM
11-09-2011 05:33 AM
<property name="cm:title">
<title>Title</title>
<type>d:mltext</type>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>both</tokenised>
</index>
</property>
This means that the property could be indexed with a specific value for each locale, if your client applications access to Alfresco with different locale settings. 11-14-2011 06:14 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.