-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
QE 2024-03-18, QE 2024-04-01, QE 2024-04-15, QE 2024-04-29, QE 2024-05-13, QE 2024-05-27, QE 2024-06-10, QE 2024-06-24, QE 2024-07-08, QE 2024-07-22, QE 2024-08-05, QE 2024-08-19, QE 2024-09-02, QE 2024-09-16, QE 2024-09-30, QE 2024-10-14, QE 2024-10-28, QE 2024-11-11, QE 2024-11-25, QE 2024-12-09, QE 2024-12-23, QE 2025-01-06
The following query:
db.x.find({"a.0": {$mod: [42,0]}}).explain()
fails with the error 7097205 "Expected either input expr or top-level field slot to be defined" when an index on "a.0" is defined on the collection, but succeeds if there is no such index
- is caused by
-
SERVER-84629 Enable numeric paths in filters in SBE
- Closed