cancel
Showing results for 
Search instead for 
Did you mean: 

How to search by tags in alfresco web site

cralfaro
Champ in-the-making
Champ in-the-making
Hi all, sorry if its not the best place to type this post, if its not move it to the proper forum.

My situation its this, I am using Alfresco API rest to create programatically news tags names according to my business logic. This tags are correctly created and i can find attached to the document.

And if i try to find all nodes with a particular tag name, by API rest, its working perfectly.

But how i can find all nodes tagged with some particular name, in the alfresco website? I always get empty results.

I saw too something weird, the tags i create programatically doesnt appears under Manage console > Categories management > Tags. But if i edit one document, from the website, i can see all tags i created with the API rest calls.

Any help about something i could doing wrong? some configuration to search by tagnames?

Thanks in advance
Ruben
1 REPLY 1

gravitonian
Star Collaborator
Star Collaborator
Hi,

I think that what you see under /Admin Tools/Category Management/Tags is just a category that happen to be named Tags…
To see the tags you created, use the Node Browser and navigate to
/cm:categoryRoot/cm:taggable
.
To search for tags from the Alfresco Share UI use:
TAG:"{tag name}"