云数据库的 where()里多个筛选条件如何写成“或”的关系?
如题:云数据库的 where()里多个筛选条件如何写成“或”的关系?
db.collection(event.list).where({
area: event.area,
top:‘true’ //要么以area筛选要么以top筛选
}).get()
如题:云数据库的 where()里多个筛选条件如何写成“或”的关系?
db.collection(event.list).where({
area: event.area,
top:‘true’ //要么以area筛选要么以top筛选
}).get()