-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2021.x
-
Component/s: Core MongoDB
-
Tags:
Since MongoDB 3.6 and the introduction of the new operation "expr" https://docs.mongodb.com/v4.4/reference/operator/query/expr/ it's possible to write queries with field comparison
For example
dc:format = dc:language
would betranslated into
{"$expr": {"$eq": ["$dc:format", "$edc:language]}}
We would need the support for the operators =, <>, >, <, >= and <=