收藏
回答

command.or 不支持写正则吗?

框架类型 问题类型 终端类型 AppID 基础库版本
小程序 Bug 工具 wxc65f9ca8a9b372a2 2.2.5

- 当前 Bug 的表现(可附上截图)

const result = await collection.where({

user: myself ? OPENID : undefined,

type,

}).where(db.command.or([{

name: db.RegExp({

regexp: `^.*${name||''}.*$`,

options: 'i',

}),

},

{

owner: name

}

])).orderBy(order, 'desc')

.skip(pageNo * pageSize)

.limit(pageSize)

.get()

- 预期表现

name 字段符合正则的时候可以查询出来

- 复现路径


- 提供一个最简复现 Demo


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容