Also could you explain this syntax from your subquery example

FOR doc IN @@collection
  LET values = (
    
*FOR s IN doc.`attribute`      FILTER s.`attribute` == @value*
      RETURN s
  )
  FILTER LENGTH(values) > @count
  RETURN {
    doc,
    values
  }


-- 
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.

Reply via email to