ArcBlock / nedb

Contains NEDB fork and multi-process support
7 stars 2 forks source link

nedb multi 不支持通过 regex 查找 #21

Open linchen1987 opened 2 years ago

linchen1987 commented 2 years ago

db.find({ planet: { $regex: /ar/ } }, function (err, docs) {}); 会报错 $regex operator called with non regular expression

应该是因为经过 socket 转发后拿到的数据类型变了