-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Right now $rankFusion inside a $unionWith/$lookup on a view will not work on standalone, yielding the following error message:
No resolved namespace provided for <underlying_collection_name>
The sharded cases work, so we only need to fix the behavior in standalone.
The queries were referencing have a structure like:
db.coll.aggregate([{$unionWith/$lookup: { from: "view", pipeline: [{$rankFusion}] }}])
- depends on
-
SERVER-107496 $search inside of a view definition returns no results on sharded collections
-
- Closed
-
-
SERVER-103504 Enable and test running $rankFusion on a view with search input pipelines
-
- Closed
-
-
SERVER-105862 Fix ResolvedNamespacesMap for $rankFusion on views in sharded cluster scenarios
-
- Closed
-
- related to
-
SERVER-106028 Ensure a $rankFusion inside a $unionWith/$lookup, with top level aggregation on a view works and is tested
-
- Closed
-