Active
Project:
Relevance
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 15:36 UTC
Updated:
9 Oct 2009 at 19:24 UTC
First, this is a great module. Thank you very much.
I hope this module can take into account the "related terms", which is one of the core features of Drupal taxonomy.
For instance, node 1 has tag A. Node 2 has tag B. Tag A and tag B are related terms. So, node 1 and node 2 should be considered related content.
This is very useful under some circumstances. I hope you can add this feature. Thank you very much!
Comments
Comment #1
fernao commentedHi!
So, relevance actually do that. All you have to do is activate the vocabularies and set a relevance score for then. Actually, I've developed relevance basically because I wanted this functionality.
[]s
Fernão
Comment #2
BettyJJ commentedAs far as I know, what relevance module currently does is:
If both node 1 and node 2 has tag A, then the two nodes are considered related.
What I'd like to have is:
If node 1 has tag A and node 2 has tag B, (tag A and tag B are two different tags, and they are set as related terms in admin/content/taxonomy/edit/term/[number] - advanced settings), then node 1 and node 2 should be considered related as well.
I hope this time I have made myself clearer.
Thank you very much!
Comment #3
fernao commentedI see!
Now I've figured out. =D
Feel free to write a patch. If you are not a programmer, I'll add this feature to my list of tasks and soon as I can, I'll code it
;)
Comment #4
BettyJJ commentedThank you, fernao. I wish I could write a patch, but I know nothing about Drupal taxonomy module. :)