Setting a non existing TagId on a page node
Is it possible to programmatically (using JCR API - node.setProperty("cq:tags", ..) ) set a non existent TagID (i.e. it's not found under etc/tags) on a Page node?
This seems to work on the author instance but not publish. Want to make sure this is something AEM comes with built in and is not custom built or version dependent.