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

arrays of arrays of type #1361

Closed
aheckmann opened this issue Feb 25, 2013 · 16 comments
Closed

arrays of arrays of type #1361

aheckmann opened this issue Feb 25, 2013 · 16 comments
Labels
new feature This change adds new functionality, like a new method or class
Milestone

Comments

@aheckmann
Copy link
Collaborator

[[]] // array of array of mixed
[[Number]] // array of array of number
[[String]]
[[[Number]]]
// etc

Useful for $geoIntersects

@alexzielenski
Copy link

Yes I have been looking for this. Very upset to see it not supported.

@aheckmann
Copy link
Collaborator Author

Patch accepted.

On Saturday, April 13, 2013, Alex Zielenski wrote:

Yes I have been looking for this. Very upset to see it not supported.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1361#issuecomment-16335384
.

Aaron
@aaronheckmann https://twitter.com/#!/aaronheckmann

@allanruin
Copy link

Can we use [[something]] now?

@fredericgrati
Copy link

Should be great +1

@steve-lorimer
Copy link

What is the current status of this please?

@aroman
Copy link

aroman commented Jul 15, 2014

+1, is this still an issue?

@vkarpov15 vkarpov15 added this to the 4.0 milestone Jul 21, 2014
@vkarpov15
Copy link
Collaborator

Yep still an issue. No progress as of yet, but its planned for soon :)

@dmamalis
Copy link

Hope to see it soon. Is there any suggest workaround till then?

@steve-lorimer
Copy link

@vkarpov15 any update please? Your comment on it being planned for soon was made 3 months ago :)

@vkarpov15
Copy link
Collaborator

@stevelorimer I know. Please be patient, mongoose is a part-time thing for me right now and I haven't quite had the cycles to look at it. But you're more than welcome to put in a PR, beauty of open source :)

@vkarpov15 vkarpov15 removed this from the 4.0 milestone Jan 30, 2015
@CalvinScott
Copy link

Status on this? Been an issue lately with geoJson nested arrays

@vkarpov15
Copy link
Collaborator

No progress made unfortunately. I'll put this on the 4.3 milestone.

@vkarpov15 vkarpov15 added this to the 4.3 milestone Sep 1, 2015
@vkarpov15 vkarpov15 modified the milestones: 4.5, 4.4 Dec 11, 2015
@jakehewitt
Copy link

Very disappointed that this was once again ignored. This has been an issue for 3 years and it's gone from milestone 4.0 -> 4.3 -> 4.5 now.

@vkarpov15
Copy link
Collaborator

Definitely not ignored, there have just been higher priority items. PRs are most welcome though.

@Fonger
Copy link
Contributor

Fonger commented May 7, 2016

@vkarpov15

Edited: Test it also works on [[CustomSchema]]
Sorry, it's on 4.5 branch. I tested it on 4.4.

@vkarpov15 vkarpov15 added confirmed-bug We've confirmed this is a bug in Mongoose and will fix it. fixed? and removed fixed? confirmed-bug We've confirmed this is a bug in Mongoose and will fix it. labels May 9, 2016
@vkarpov15
Copy link
Collaborator

Thanks for testing @Fonger :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature This change adds new functionality, like a new method or class
Projects
None yet
Development

No branches or pull requests