By default, the wayfinder plugin in modx revo sorts by menuindex. This doesn't seem to work.
I have the following:
[[!Wayfinder? &startId=2 &level=1 &ignoreHidden=TRUE &outerClass=news &sortBy=menuindex &sortOrder=DESC]]
I suspect it's something stupid i overlooked...:s
EDIT: I got it to work now.
I looked at the wayfinder code in wayfinder.class.php The following line was commented: $c->groupby($this->modx->getSelectColumns('modResource','modResource','',array('id')));
It was commented out because of the following comment in the code:
/* not sure why this groupby is here in the first place. removing for now as it causes issues with the sortby clauses */
Maybe this helps anyone in the future