Im trying to follow along with the video but my compass is just not working. Im pretty sure im typing what the video does but its just not coming back with anything.
{
from: ‘comments’,
let: {‘id’: ‘$_id’},
pipeline: [
{’$match’:
{’$expr’: {’$eq’: [’$movie_id’, ‘$$id’] }
}
],
as: ‘movie_comments’
}
i dont know what im doing wrong