cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco fulltext search OOTB

deko
Star Contributor
Star Contributor
Did you know that WeWebU OpenWorkdesk release 3.2.0.0 supports Alfresco fulltext searches out-of-the-box?

In a CMIS/Alfresco search template you would just have to define a <verityitem> block after your <where> clause like in this example:



</where>
<veritycontent> 
  <verityitem editproperty="editable" groupaction="any">
    <usertext/>
    <verityitemdata>
      <verityany>
        <verityunit />
      </verityany>
    </verityitemdata>
  </verityitem>
</veritycontent>
</searchclauses>


This will cause OpenWorkdesk to render a fulltext search field in your search. When searching for values, OpenWorkdesk will list all Alfresco indexed documents, where the value is contained anywhere in the document´s content.
1 REPLY 1

mkappel
Confirmed Champ
Confirmed Champ
Although the fulltext search is not specified completely in CMIS, it is possible to extend OpenWorkdesk through so called CMIS extension to provide additional functionallity like in this case fulltext search but also other features which are not available throug the standard CMIS specification.
This would also include e.g. retrieving history from backend.