question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ordering descendents

See original GitHub issue

Hi,

I can’t figure out how to order the descendents when executing findAll({ hierarchy: true })

I’m looking to order the data by a specific property as well. For example I’d like my hierarchy of folders to be returned in order of there name:

{
  name: "rootFolder"
  children: [
    { name: "A Folder"},
    { name: "B Folder"},
    { name: "C Folder"},
  ]
}

Is this possible?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
overlookmotelcommented, Jul 11, 2016

@leroydev I’ve replicated this issue and found a fix. Just got to write some tests and I’ll push to npm.

In the meantime, the fix is here if you need it urgently: https://github.com/overlookmotel/sequelize-hierarchy/commit/e733da1c4d4ed23011cac740a7ba1e5c17e1115c

0reactions
overlookmotelcommented, Jul 11, 2016

Fixed in v0.7.2, just published on npm.

This was a pretty bad bug - ordering is a common requirement. Thanks loads for finding it and bringing it to my attention.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Descendants Movies in Order: How Many Are There?
Descendants movies in order (by release date). 1. Descendants (2015). Director: Kenny Ortega. Writer: Josann McGibbon ...
Read more >
Descendents • Official Store - Feature.fm
You're all set! Descendents • Official Store. Shop Official Music & Merch. officialstore. Purchase. By using this service you agree to our Privacy...
Read more >
DNA Testing for Ancestry & Genealogy | FamilyTreeDNA
... and unlock the secrets of your ancestry and genealogy with our DNA kits for ancestry and the ... Sign in to your...
Read more >
Buy Descendents Merch | Official Shop | Kings Road Merch
Browse Official Descendents Online Shop and find bestselling & exclusive merch. Wide range of awesome clothing, LPs, CDs and more!
Read more >
Descendants of Order 66 - A Star Wars Fanfilm - YouTube
In May 2006, 3 fans left for Tunesia to shoot their own STAR WARS Movie. Seven days later they came back with dirty...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found