希望实现常见的模糊搜索功能
希望小程序云开发数据库API的where方法支持类似sql语句的like查询,
似乎是可以的,可以这样:
var that = this;
result_db.where({
codes: new db.RegExp({
regexp: that.data.problemOptions,
options: ‘i’,
})
}).get({
success(res) {
console.log(res.data);
that.setData({
reslutData: res.data
}
官方文档:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-client-api/database/db.regexp.html
请问现在这个功能实现了吗?
这是个必须功能,希望早些提供
感谢反馈,我们后续会提供文本搜索 API
这个功能出来了吗?
希望快点提供出来
这个,真可以有!同需
希望早点出来这个功能
急需这个@官方
$regex还是不支持。