db.collection().where条件筛选问题
现有一组城市选项,请问如果在where条件筛选中。如果选择不限postion为任意条件, 选择某个城市position为该城市,这样的情况如何去写。
data:{
position:’ ’
}
db.collection(‘test’).where({
position:?
({
现有一组城市选项,请问如果在where条件筛选中。如果选择不限postion为任意条件, 选择某个城市position为该城市,这样的情况如何去写。
data:{
position:’ ’
}
db.collection(‘test’).where({
position:?
({