-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
isParsingPipeline was introduced from SERVER-66009 and is set when parsing an update command in parsed_update_base.cpp. The $searchMeta document source is the only caller depending on this attribute.
In fact, a pipeline update only accepts a fixed set of aggregation stages ($set, $unset, etc). Any unsupported stages will be rejected by the parser. Let's revisit if this attribute can be safely removed.
- is related to
-
SERVER-66009 Ban $search when running in update pipeline (stub process interface is present)
-
- Closed
-