-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0-rc0
-
Component/s: Storage
-
None
-
Query
-
Fully Compatible
The validation checks cannot compare one key's value against another (whether in the same or different documents). For example `{salary: {$gte: startingSalary}}` is not possible.
Checks within the same document would be the priority. Checks against other documents (in the same or other collections) would also be useful.
- related to
-
SERVER-2702 Compare document fields in queries
- Closed