Company logo
  • Empleos
  • Bootcamp
  • Acerca de nosotros
  • Para profesionales
    • Inicio
    • Empleos
    • Cursos y retos
    • Preguntas
    • Profesores
    • Bootcamp
  • Para empresas
    • Inicio
    • Nuestro proceso
    • Planes
    • Pruebas
    • Nómina
    • Blog
    • Comercial
    • Calculadora

0

148
Vistas
Cannot use dot notation in a constraint target without enabling experimental support for "deep targets" SAILSJS

I got this issue during query using sails.js

code: 'E_INVALID_CRITERIA',
details: 'Could not use the provided `where` clause. Could not filter by `book.bookId`: Cannot use dot notation in a constraint target without enabling experimental support for "deep targets".  Please try again with `.meta({enableExperimentalDeepTargets:true})`.

This is my query. It's very simple

let result = await sails.models.collectionName.find({"book.bookId": 23});

I tried adding .meta({enableExperimentalDeepTargets:true}) in my query but still it's not working.

How should I do. I'm just new in nodejs, mongodb, and sails.js

7 months ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos