Skip to main content

Filter AQL

FOR doc IN sample
FILTER doc.name == "AQL"
RETURN doc

FOR each element in {Collection} use FILTER expression and RETURN doc which matches the filter