-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hello all! I'd like to get my data filtering by published_at field but I guess that the field type is an String. Is that right? This is my query which is not working.
const data = await bucket.objects .find({ type: "publicacoes", published_at: { $gte: new Date("2021-01-10T10:03:46Z") } }).props("imagem,slug,content,metadata,published_at,title,excerpt") return data.objects;
Metadata
Metadata
Assignees
Labels
No labels