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

jfberroyer’s picture

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