Active
Project:
Associated Nodes
Version:
6.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 20:01 UTC
Updated:
17 Nov 2009 at 08:47 UTC
I'm not exactly sure, but it seems the module only started to produce results after I had set the weight of the taxonomy criteria to a non-zero value. Peeking at associated_nodes_taxonomy_associated_nodes_find()/code> it seems like zero-values are filtered out. Shouldn't there be a heads-up in the description of the criteria configuration form? Or couldn't the weight field be turned into a drop-down select box and explicitly label the zero-value 'disabled'?
Comments
Comment #1
jfberroyer commentedYou're right, there no difference between a criteria with a zero weight and no criteria. The weight is just a multiplier of the calculated score for this criteria. The weight can be a float, and if it is negative, you have a criteria of dissociation. I tell that in the doc, but it is a good idea to put a little description in the configuration form.
Thanks for your report.