Just a slight modification to @JohnnyHK answer
collection.find().sort({datefield: -1}, function(err, cursor){...});
In many use cases we wish to have latest records to be returned (like for latest updates / inserts).
Related Posts:
- mongoError: Topology was destroyed
- nodemon – app crashed – waiting for file changes before starting
- “Topology was destroyed” when using MongoDB with native driver and Express.js
- Error: getaddrinfo ENOTFOUND in nodejs for get call
- Mongoose: findOneAndUpdate doesn’t return updated document
- How to Create and Use Enum in Mongoose
- What is Procfile? and Web and Worker
- What is Procfile? and Web and Worker
- (node:63208) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead
- Push items into mongo array via mongoose
- Difference between MongoDB and Mongoose
- E11000 duplicate key error index in mongodb mongoose
- Mongoose: CastError: Cast to ObjectId failed for value “[object Object]” at path “_id”
- Unable to connect to mongolab, Getting MongoError: auth failed
- db.collection is not a function when using MongoClient v3.0
- How to update a array value in Mongoose
- In Mongoose, how do I sort by date? (node.js)
- Properly close mongoose’s connection once you’re done
- Mongodb: failed to connect to server on first connect
- How to drop a database with Mongoose?
- Cannot access mongodb through browser – It looks like you are trying to access MongoDB over HTTP on the native driver port
- MongoDB data/db not found
- I can´t install nodemon globally, “nodemon” not recognized
- How can I update npm itself?
- How to install a previous exact version of a NPM package?
- How to fix ‘Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.’
- How to fix ‘Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.’
- How to solve npm error “npm ERR! code ELIFECYCLE”
- npm check and update package if needed
- What is the file node.exe for?
- Node.js version on the command line? (not the REPL)
- Discord API error when trying to send one command at discord using JavaScript client
- bash: npm: command not found?
- node.js string.replace doesn’t work?
- What is “export default” in JavaScript?
- How do I resolve “Cannot find module” error using Node.js?
- What is the difference between __dirname and ./ in node.js?
- How can the default node version be set using NVM?
- env: node: No such file or directory in mac
- Error: unable to verify the first certificate in nodejs
- nodemon not working: -bash: nodemon: command not found
- nodemon not found in npm
- Error: No default engine was specified and no extension was provided
- Angular – ng: command not found
- How can I wait In Node.js (JavaScript)? l need to pause for a period of time
- How to downgrade Node version
- How to change to an older version of Node.js
- ExpressJS – throw er Unhandled error event
- npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
- Why am I getting “Error socket hang up” response?
- What does the ELIFECYCLE Node.js error mean?
- What does the “as” keyword do?
- How to write a .nvmrc file which automatically change node version
- What Are “npm run dev” and “npm run prod”
- Find the version of an installed npm package
- First Heroku deploy failed `error code=H10`
- How to get GET (query string) variables in Express.js on Node.js?
- Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules’
- First Heroku deploy failed `error code=H10`
- In express how do I redirect a user to an external url?
- Cannot find module ‘internal/util/types’
- ExpressJS – throw er Unhandled error event
- Error “Cannot find module ‘npmlog'” after “npm update -g”
- ExpressJS : res.redirect() not working as expected?
- error: This is probably not a problem with npm. There is likely additional logging output above
- Passport and connect-flash: req.flash is not a function
- Error: Cannot find module ‘webpack’
- npm – “Can’t find Python executable “python”, you can set the PYTHON env variable.”
- Node.js: Difference between req.query[] and req.params
- NodeJS w/Express Error: Cannot GET /
- Node.js + Nginx – What now?
- How do I remove documents using Node.js Mongoose?
- What could cause “connect ETIMEDOUT” error when the URL is working in browser?
- ‘gulp’ is not recognized as an internal or external command
- No gulpfile found
- How is req.isAuthenticated() in Passport JS implemented?
- Cannot npm install due to node-gyp: binding.gyp not found
- Downgrade npm to an older version
- “invalid ELF header” when using the nodejs “ref” module on AWS Lambda
- Entrypoint undefined = index.html using HtmlWebpackPlugin
- `node-pre-gyp install –fallback-to-build` failed during MeanJS installation on OSX
- TypeError: callback is not a function in nodejs
- http-server command not found
- Route.get() requires callback functions but got a “object Undefined”
- How to create a directory if it doesn’t exist using Node.js
- NPM self_signed_cert_in_chain
- npm WARN package.json: No repository field
- nodejs – first argument must be a string or Buffer – when using response.write with http.request
- npm “failed to parse json”
- How can I use an ES6 import in Node.js? [duplicate]
- How to sort in mongoose?
- npm install with error: `gyp` failed with exit code: 1
- How to stop Node.js server?
- npm update check failed
- unexpected strict mode reserved word — yield? Node v0.11, harmony, es6
- Forwarding port 80 to 8080 using NGINX
- Nodejs – Redirect url
- ode.js vs. meteor.js what’s the difference?
- Can pm2 run an ‘npm start’ script
- nvm is not compatible with the npm config “prefix” option: