sorting by last name seems to work fine for the faceted search, but not for the list on the people page: http://www.univie.ac.at/lqp2/people-list . the first dozen or so is in the correct order, but the rest is not.
Tue, 2012-08-28 18:50
#1
sorting by name is broken
This "feature" is still under construction, the main reason why it doesn't work out of the box is that the Facet API provides a sorting hook (implemented by Jan), while our strategy (still in work) to sort by last name in all views-generated pages (all people lists) is to directly manipulate the render array...
The sorting by last name now works in people_grid ("List people with pictures"), I'll add support for the other (more complex) views under "people" asap. All code is in the module viewsort ("Views sorting"). :)