bajankristof / nedb-promises

A dead-simple promise wrapper for nedb.
MIT License
298 stars 45 forks source link

db.find({ planet: /ar/ } not work #26

Closed weylanshi closed 4 years ago

weylanshi commented 4 years ago

Hi ,when I use find using a regular expression ,is does work ,for the code as follows, it should return Mars and Earth ,but actually return nothing ,is there any problem?