08-16-2010 05:47 PM
//Alfresco auto-tagger
//compliments of Zach Bennett, Eagle Productivity Solutions
//two lines of code
//free for anyone to use
//no license, no strings attached
//get tags from parent (folder) node
var tagArray = document.parent.getTags();
//add the tags to the document node
document.addTags(tagArray);
02-10-2012 02:39 PM
model.tags = taggingService.getTags("workspace://SpacesStore");
return (model.tags);
model.tags = taggingService.getTags("workspace://SpacesStore/eb01a162-f7ba-4e0b-a734-d0a7f98d1e9f");
return (model.tags);
01100038 Wrapped Exception (with status template): 01100854 Failed to execute script 'classpath*:alfresco/templates/webscripts/de/fme/jsconsole/execute.post.js': 01100853 No solr query support for store workspace://SpacesStore/eb01a162-f7ba-4e0b-a734-d0a7f98d1e9f
02-10-2012 04:28 PM
Wow. I'm so frustrated. …I think you're over-complicating things. Follow the steps in the first post exactly as they're written. Note the part about adding a title to the tagger.js script after it's been uploaded. Also, you're using an untested third-party add-on to try and run test script commands. I've absolutely zero experience with that component, but suspect it's the root cause of your frustrations.
02-10-2012 09:30 PM
02-10-2012 09:36 PM
03-27-2012 03:28 AM
11-12-2012 04:10 PM
03-12-2013 05:31 AM
10-16-2013 03:47 PM
11-13-2013 11:27 AM
11-15-2013 08:42 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.