Hi there,
I have a datastructure like this
[ { id=1,
history=[
{created: date1, msg:...},
{created: date2, msg: }
]};
{ id=2,
history=[
{created: .., msg:...},
{created: ..., msg: }
]};
...
}
The `history` array contains logging information for the overall record.
Can I query such a collection using AQL returning the documents with the
N-newest `history.created` entries?
-aj
--
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.