how do we select distinct of all tags from all records?
it cannot be duplicate even thou 1st record may contains 2 tags that may contains in another record.
we want the record to return list of string with unique tags
and even, is it possible to sort them after getting the list?
in the example I explore more the use of Tags by String.
If you wanna unique tags use tags: uid @reverse . But with string you can do it too, but you have to do checks to make sure that all strings are unique. Like Upsert Procedure.
I believe tags by UID (nodes) are better because you can see the relation visually. And do “count” more directly.