-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Environment:nodejs over osx
I stored a regex value, for example /<[^>]>/gi, but when I used the mongodb nodejs module to get it back, I only retrieve /<[^>]>/i, (without flag "g")