Hello, I'm currently using this module in a project of mine and I find it very useful, so big thanks for the work!

Is it possible to add a "weight" to the relations between nodes? The weight may be a sort of "how many" and I need it to be a float value.

This is my scenario:

- Content type "product" has a node reference field to node of type "product" called "Composition", which means that a product is made of products.
- Product X is made of 2 products Y, so if I want to model this I need to add 2 references to X: this is somehow tricky but works.
- Product X is made of 1.45 product Y, I can't achive this with references, is that right?

Thank you in advance for any answer.

Regards,
Maurizio

Comments

rogical’s picture

Status: Active » Postponed (maintainer needs more info)

I think you can try to add a number field which records how many products of Y, then a reference field to Y.