iwind / rockmongo

RockMongo is a MongoDB administration tool, written in PHP 5.
http://rockmongo.com
Other
1.05k stars 407 forks source link

I can not execute query with $regex #105

Open code4lifevn opened 9 years ago

code4lifevn commented 9 years ago

In the previous version, 1.6, I can execute query with $regex like: 'name': /peter/

But in this version 1.8, I can not execute the queries that use $regex.

Please fix it!