- 当前 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
大家跳转小程序的时候有没有遇到过这个问题啊?navigateToMiniProgramAppIdList