Skip to content

Instantly share code, notes, and snippets.

@korutx
Created October 27, 2016 17:54
Show Gist options
  • Save korutx/a6291a1008b954efe5e8e258729087bd to your computer and use it in GitHub Desktop.
Save korutx/a6291a1008b954efe5e8e258729087bd to your computer and use it in GitHub Desktop.
var node = search.findNode('<nodeRef>');
var assocname = '<thumbnailname>';
var nodeThumbnail = node.childAssocs['rn:rendition'].filter(function(assoc){
return assoc.name == assocname;
})[0];
if(nodeThumbnail){
logger.log(nodeThumbnail.nodeRef);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment