Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6551009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:17:05+00:00 2026-05-25T12:17:05+00:00

I have a recursively nested schema just like comments work on a blog. What

  • 0

I have a recursively nested schema just like comments work on a blog. What is the best way to pull an individually nested document out which may be several layers deep.

I understand that you get the root document out, then drill down to the document you want, but in a recursive situation where the wanted document may be an unknown number of levels deep how should I retrive it. Loop through and do an if to see if its the correct one…?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T12:17:06+00:00Added an answer on May 25, 2026 at 12:17 pm

    looks like there is no mongoose way to do it so im using a recursive find function like this for finding a folder which is nested:

    var findFolder = function(searchFolder ,folder_id, cb){
      var folder = searchFolder.folders.id(folder_id);
      if(folder == undefined){
        _.each(searchFolder.folders, function(subFolder){
          findFolder(subFolder, folder_id, cb);
        }.bind(this))
      }else{
        cb(folder);//when found callback passing the doc
      };
    };
    

    p.s. this uses the underscore library

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello I am new to python and have a question about the best/pythonic way
I have a string with nested groups like this ('blabla' is some text within
I would like to list all files recursively in a directory. I currently have
I have an algorithm that recursively makes change in the following manner: public static
I have to rename a complete folder tree recursively so that no uppercase letter
I have a function that is recursively calling itself, and i want to detect
I have an app where I'm trying to recursively load views. So I have
I have a block on which I want to iterate recursively folders: [ Chrome
If I have a self-referential Topic class and I want to recursively loop through
The unzip command doesn't have an option for recursively unzipping archives. If I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.