Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

237
Views
No se puede consultar usando la marca de tiempo de fecha en mongodb atlas data api

No se puede consultar usando la fecha mientras se pasa a través de la API de datos de mongo. Me gustaría consultar la base de datos para buscar todas las entradas en ese momento

El siguiente código devuelve un documento vacío.

La base de datos de muestra:

 [{ sensorId:'1231541', sensorTimestamp:'2022-01-28T20:14:26.223+00:00' }] await superagent.post(`${url}/action/${body.action}`) .send({ dataSource: 'Cluster0', database:'testDB', collection: body.collection, filter: body.filter, sort: body.sort, }); const config = { action: 'find', collection: 'testCollection', filter: { sensorId: '1231541', sensorTimestamp: { $gte: new Date('2022-01-28T20:14:26.223+00:00'), $lt: new Date('2022-01-28T20:33:16.324+00:00'), }, }, sort: { name: 1, }, };
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!