Sorting related nodes by weight / name

george@dynapres.nl - May 1, 2007 - 12:14
Project:Refine by taxonomy
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

Currently related nodes are not sorted (other than by id). I'd like to have the node list in the block sorted by weight and name. This can be realized by expanding the SQL query in the function refine_by_taxo_find_related_terms_by_node() with: ' ORDER BY td.weight, td.name'.

 
 

Drupal is a registered trademark of Dries Buytaert.