Skip to content
New issue

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

Please, allow people to use projection into the Find function of MongoDB node #6975

Closed
mickaelandrieu opened this issue Aug 18, 2023 · 5 comments
Labels

Comments

@mickaelandrieu
Copy link
Contributor

mickaelandrieu commented Aug 18, 2023

Because we are only able to fill the first parameter of the find function, we can't filter the results:

let query = mdb
	.collection(this.getNodeParameter('collection', 0) as string)
	.find(queryParameter as Document);

@Joffcom
Copy link
Member

Joffcom commented Aug 18, 2023

Hey @mickaelandrieu,

As this is a feature request can you open a request on the support forum for this and we can collect votes from the community and get the change implemented unless you wanted to open a PR with the changes.

@Joffcom
Copy link
Member

Joffcom commented Aug 21, 2023

Hey @mickaelandrieu,

Did you open a request in the end? I just want to make sure I have not missed it before I close this.

@mickaelandrieu
Copy link
Contributor Author

I'm too lazy and I don't understand why open source contribution is not living on GitHub. You can close the issue 👍

@janober
Copy link
Member

janober commented Aug 21, 2023

@mickaelandrieu The reason is that we have decided that way. Having feature requests in two different locations is simply a huge mess. Nobody will find anything anymore, hard to know how much interest there really easy, and we have more work. Is simply not very efficient. We could also have decided to have them live on GitHub but that is not what happened. If that was a good or a bad decision, I do not know but that is what we ended up with.

Sure did close it.

@janober
Copy link
Member

janober commented Aug 7, 2024

Fix got released with n8n@1.54.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants