Posted by loominade on December 18, 2009 at 3:56pm
7 followers
Jump to:
Issue Summary
this is similar to http://drupal.org/node/416332
In one of my projects I need to sort a view according to count of nodes that refer on it.
any idea how to do that?
Comments
#1
Subscribe for sorting feature in Views.
#2
Suppose sorting for views bring a lot of expensive queries.
If you have any idea to do not make a query for each row I'm glad to see patches
#3
+1 subscribe
#4
+1
#5
How about a filter based on the count. In my case I want to filter to see where nodes have no referrals. I can't even seem to do that.
The field based on the referral count isn't sortable in the table view.
#6
+1 for sorting, + 0,75 for filtering !