tagging
I need to extract an information from the Tagging document related the tags showed in each Document. Should I create a widget in Polymer?
0 votes
0 answers
0 comments
1522 views
Hi Every one, Can you please let me know how to add Tag to an asset? Thanks RK
0 votes
1 answers
0 comments
1861 views
Hi Everyone, Is there is any Rest API call to get All the Tags from Nuxeo? Thanks RK
0 votes
1 answers
3 comments
2683 views
Is there a reason why TagServce would not return all the tags for a document? I do not have an exception or anything. These tags were added programatically as so: TagService tagService = Framework.getService(TagService.class); for(int i=0; ...
0 votes
1 answers
1 comments
1882 views
Hi, I'd like to get (or set!) a tag to a document using the REST API. How can this be done? Thanks for any advice Christian
1 votes
2 answers
6 comments
4595 views
It seems there is a 500 Server error any time I try to retag a question. Is this normal or an error?
0 votes
0 answers
0 comments
1494 views
Hi all, I use Nuxeo Community Edition and I added documents in my workspace. I added tags in the document's properties and I would like perform a search including tags. If I type a tag in the search bar, Nuxeo don't find my document. I can use the ...
1 votes
0 answers
4 comments
3066 views
Since the last HF, there s a bug when accessing the tag panel : Caused by: org.nuxeo.ecm.core.api.ClientException: Failed to execute query: NXTAG: COUNTSOURCE: SELECT tag:label, relation:source FROM Tagging: ERREUR: la colonne « _F1.source » doit ...
0 votes
1 answers
0 comments
1769 views
Hi all, when I try to tag a document by following code, I obtain a nullpointerexception. Some suggest about how to use local java api? Thanks. I have a jsp with this code: **<% LocalSessionFactory lsf = new LocalSessionFactory(); CoreSession ...
0 votes
2 answers
1 comments
2244 views
Given that the document being imported is not yet created (or even the DocumentModel) when smart import with metadata field inputs are active, is it even possible to use the tagservice in this context? Really what I am after is an ability to display ...
0 votes
1 answers
1 comments
2252 views
Is there any way to search documents by tags? Or only using the tags cloud?
2 votes
1 answers
0 comments
3257 views
I'm having a heck of a time finding documentation on getting/setting document tags through the automation client. I found the TagServiceImpl but it wants a CoreSession not a ConcreteJavaProxy. Can someone point me in the right direction?
0 votes
5 answers
4 comments
5949 views