Skip to content

add getChildrenTree method #5

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

Closed
wants to merge 9 commits into from
Closed

add getChildrenTree method #5

wants to merge 9 commits into from

Conversation

franck34
Copy link

Hi,

Because i'm using Tree widget from qooxdoo js framework, i need recursive tree object as output.

Here is the implementation.

Note : i have to write some tests perhaps purpose you a pull request ?

franck34 and others added 9 commits May 20, 2013 10:25
If you use "." in path, which is then processed with regex, the "."
character is interpreted as "any character" and the regex is no longer
left-anchored
(http://docs.mongodb.org/manual/reference/operator/regex/)
, which renders the index unusable, and queries for collections with
more than 100k documents are very slow. Replacing path separator with
"#" solves this problem.
minLevel problem fix + # separator path
@franck34
Copy link
Author

Because of no response of Brian, let's continue this module on https://github.com/franck34/mongoose-tree

Thanks Brian for your work.

@franck34 franck34 closed this Jun 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants