Custom folder taggable

cancel
Showing results for 
Search instead for 
Did you mean: 
yussenn
Member II

Custom folder taggable

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:tipoFolder">
               <type>d:text</type>
            </property>
         </properties>
         <mandatory-aspects>
       <aspect>cm:taggable</aspect>
     </mandatory-aspects>              
 </type> 
I have 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 tags I can not find anything.
what is the problem?
2 Replies
kalpesh_c2
Senior Member

Re: Custom folder taggable

Hi yusen manchego ,

OOTB you can't find your tags in advance search page.

If you wanted to search for tags you can query it from node browser using different queries,

or you can also find your tags in tags section.

Thanks,
Kalpesh

andy1
Senior Member

Re: Custom folder taggable

Hi

If your search template in share includes TAG it should work. You can search for tags using the special keyword TAG.
Seehttps://community.alfresco.com/people/andy1/blog/2017/06/28/query-templates-in-share-and-the-public-... 

TAG:woof

Andy