-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
None
-
Query Optimization
Suppose you have documents that look similar to this:
{ "PRE-field1" : "value", "PRE-field2" : "value", "PRE-field3" : "value"}
Fields in a document may start with "PRE-" and have any characters after that. During the projection stage, I want to be able to project all fields that contain the string "PRE-". Maybe the project statement looks something like this:
"$fieldNameSearch" : /.*PRE-.*/i
- related to
-
SERVER-11947 Add a regex expression to the aggregation language
- Closed
-
SERVER-267 Wildcard support in index/query/projection
- Backlog