You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it still needs some work so you can actually do something like:
var docOut:Document = new Document();
var docIn:Document = new Document();
var myRegex:RegEx = /ra/i;
docOut.put("$regex", myRegex);
docIn.put("value2",docOut);
dm.db.collection("num").find(docIn).add(enda);
This way you can set up more complicated regular expressions and use the flags that are supported by MongoDB. Maybe there's a way to do it with the current support, but I need to properly add support for regular expressions still.
regex runs don't use /xxx/
The text was updated successfully, but these errors were encountered: