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
Whenever I attempt to run an update it is appending the collection twice. For example:
db.properties.properties.update({}, {$set: { status: "ACTIVE" }})
where properties is the collection.
properties
The text was updated successfully, but these errors were encountered:
Thanks
Sorry, something went wrong.
@jeromelebel I was wrong; it's just a display issue. I didn't notice the multi checkbox at first.
don't show twice the collection in the query (in update tab) #158
f358ca4
Should be fixed in 3.0.3. I let you close this issue if it is the case.
No branches or pull requests
Whenever I attempt to run an update it is appending the collection twice. For example:
where
properties
is the collection.The text was updated successfully, but these errors were encountered: