sorting by name is broken

3 posts / 0 new
Last post
sorting by name is broken

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.

Sorting by name

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...

Partial success

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"). :)

Log in or register to post comments