set.where()
Examples
Customer.all().where(.address.state == "DC")
{
data: [
{
id: "<CUSTOMER_DOCUMENT_ID>",
coll: Customer,
ts: Time("2099-07-31T13:04:37.440Z"),
cart: Order("<ORDER_DOCUEMNT_ID>"),
orders: "hdW...",
name: "Alice Appleseed",
email: "alice.appleseed@example.com",
address: {
street: "87856 Mendota Court",
city: "Washington",
state: "DC",
postalCode: "20220",
country: "US"
}
},
...
]
}
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!