cancel
Showing results for 
Search instead for 
Did you mean: 

Custom folder taggable

yussenn
Champ in-the-making
Champ in-the-making
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 2

kalpesh_c2
Star Collaborator
Star Collaborator

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
Star Collaborator
Star Collaborator

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