Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

136
Visualizações
Express and Mongoose - How to condition search with "where" based on populated nested object

I apologize if the title is inaccurate - I'm not quite sure how to articulate this issue. I'm building a social media-type application and want to implement a privacy feature. Right now, I'm trying to only retrieve posts if the creator's profile is not private. The creator is populated in a pre hook.

For example, this works fine (only gets posts where the caption is "hello there!"):

const posts = await Post.find()
     // .populate("creator").populate("comments") // this is done in a pre hook
        .where("caption").equals("hello there!")
        .sort("-createdAt");

I want to do the same thing with the "creator" object instead of the "caption" object. Something like:

const posts = await Post.find()
     // .populate("creator").populate("comments") // this is done in a pre hook
        .where("creator.private").equals(false)
        .sort("-createdAt");
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda