-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
Would be nice to have a string occurrence operator(less expensive than regex), like this:
db.coll.find( { servername :{ $substr : "node0" }} )
- duplicates
-
SERVER-8951 Add $findChar or $indexOf operator for strings to find position of specific character (or substring)
- Closed