Tagging custom model question

8 views
Skip to first unread message

Yusén Manchego

unread,
Mar 17, 2018, 10:02:41 AM3/17/18
to Alfresco Technical Discussion
hello 

I have created a custom type 
<type name="mgd:folder">
            <title>Folder de Gestión de Documentos</title>
            <parent>cm:folder</parent>
            <properties>
            <property name="mgd:folderLabel">
               <type>d:text</type>
            </property>
            <property name="mgd:tipoFolder">
               <type>d:text</type>
            </property>
         </properties>
         <mandatory-aspects>
      <aspect>cm:taggable</aspect>
    </mandatory-aspects>              
 </type> 

I hace added tags to them using this.taggingService.addTags(myFolder, tagsList );
I can see the tags in folders created on Alfresco Share, but when I search for labels I can not find anything.




















What do I need to do?, thank you


Jeff Potts

unread,
Mar 17, 2018, 10:28:27 AM3/17/18
to alfresco-techn...@googlegroups.com
Have you confirmed that solr is functioning properly?

Try adding a new document and searching for it.

Also check the logs for solr related exceptions.

Jeff
--
You received this message because you are subscribed to the Google Groups "Alfresco Technical Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to alfresco-technical-d...@googlegroups.com.
To post to this group, send email to alfresco-techn...@googlegroups.com.
Visit this group at https://groups.google.com/group/alfresco-technical-discussion.
For more options, visit https://groups.google.com/d/optout.

Yusén Manchego

unread,
Mar 17, 2018, 12:32:42 PM3/17/18
to Alfresco Technical Discussion
Solr is working correctly

If I create a new folder (cm:folder) and add tags to it, I can find this after searching
Reply all
Reply to author
Forward
0 new messages