where()
Get a subset of matching Set values.
Examples
Get all People documents with age
less than 80:
{
data: [
{
id: "346525880200206848",
coll: Programmer,
ts: Time("2022-10-25T21:01:21.910Z"),
first: "Tim",
last: "Cook",
born: "1960-11-01",
age: 62,
degrees: [
"BS",
"MBA"
],
letter: "G"
}
]
}
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!