We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran the following query:
db.Projects.aggregate([{ $lookup: { from: 'ProjectTypes', localField: 'project_type_id', foreign_field: '_id', as: 'types' } }])
Normally this query would result in an error:
Error: command failed: { "ok" : 0, "errmsg" : "unknown argument to $lookup: foreign_field", "code" : 9, "codeName" : "FailedToParse" } : aggregate failed :
However, mongotron ingnored the error and just showed the usual loading spinner.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran the following query:
Normally this query would result in an error:
However, mongotron ingnored the error and just showed the usual loading spinner.
The text was updated successfully, but these errors were encountered: