Skip to content

Instantly share code, notes, and snippets.

@langheran
Created July 22, 2024 20:11
Show Gist options
  • Save langheran/5f18fd60cea1b0c3d7e44f245ba85f57 to your computer and use it in GitHub Desktop.
Save langheran/5f18fd60cea1b0c3d7e44f245ba85f57 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\queries\sort_id.js
db.getCollection('intents').aggregate([{ $addFields: { _id_date: { $toDate: "$_id" } } }, { $sort: { _id_date:-1 } }])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment