-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
It would help if MongoDB could support queries where you can filter on regex / substring of fields
Eg.
Sql :
Select * from
Table
where Substring(FieldName , 1 , 3) = 'abc' ;
We use examples of this in our Current Sql Rules Environment and need to have this in Mongo.
Thanks
Kovi