Hi all, I thought about a possible implementation of the tagging system. My idea is that an article can have a multi value node where can be saved the tags. This is useful because when I read an article I haven't to read another resource to know the related tags. In addition to this node, it's possible to create a parallel structure, with the tag value as root node and as children the UUIDs of the articles. In this way there is a duplication of information but it's easier to manipulate tags information in the system (for example tag clouds or search by tag could be processed in a very fast way). What do you think about?
Cheers Federico
