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