-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: AsyncWriter
-
None
-
Not Needed
`this` is not allowed inside functions. Prevents the use of functions in $where.
> db.coll1.find({ $where: function() { return this.x === 1 } }) MongoshUnimplementedError: Unable to handle 'this' keyword outside of method definition