-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2022-08-08, QO 2022-08-22
The following options are not checked when translating from find->agg->ABT, but they will fail in agg:
- returnKey
- singleBatch
- tailable cursors
- sort (find command only, aggregation stage is already treated as unsupported)
We may be able to allow these options once the translation to ABT does not need to go through aggregate.
- related to
-
SERVER-66788 [CQF] Add ability to retrieve index key (returnKey() method)
- Closed