Hi I've the following model,
doc1 ->
{
...,
tags : ["foo", "bar"]
...
}
doc2 ->
{
...,
tags : ["foo", "zaz"]
...
}
doc3 ->
{
...,
tags : ["fab", "zaz"]
...
}
how to return the distinct tags as follows ["foo", "bar", "fab", "zaz"] ?
--
You received this message because you are subscribed to the Google Groups
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
