got this error while trying to export pipeline to JAVA
Unrecognized option to $lookup: let
Any clue???
[{lookup: {
from: 'comments',
let: {'id': '_id’},
pipeline: [
{’$match’:
{
‘$expr’:{’$eq’: [’$movie_id’,’$$id’]}
}
}
],
as:‘movie_comments’
}}]