标签: nedb
我尝试使用正则表达式搜索字符串,如下所示:
db.find({ consignee: { $regex: /test/ } }, function (err, docs) { });
但是它正在抛出错误
错误:使用非正则表达式调用$ regex运算符