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