Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

148
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda