Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.7
Component:
taxonomy data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 12:44 UTC
Updated:
9 Dec 2009 at 17:50 UTC
Hello.
Here is how to find related nodes by looking into its taxonomy and then searching with it as arguments:
http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-cre...
Fine.
But how to make this view more useful - how to sort it out with "the most related" coming first?
"The most related" are nodes having the biggest number of common terms with "source" node.
How to find it?
Thank you for your help and feel free to move it if it is not correct place for such a question.
Comments
Comment #1
merlinofchaos commentedViews cannot do that sort natively; you would need to write a custom sort handler to do this.