It was mentioned in this thread that it might be possible through extensions to allow a multi-select for a relationship field, allowing a one-to-many relationship to be setup without the need to create a custom field for each relationship needed.
Is this something anyone has played around with?
I am looking at implementing related entries in a couple of different ways on my sites, but the lack of this functionality seems to make the process much more awkward. Take, for example, this example:
Two blogs, one with author bios and one with reviews. I’d like the entry for a specific author to display all reviews of books by that author that I have. The easiest way to accomplish this would seem to be to create a relationship field in the author blog, link this to the review blog, and—if multi select in the drop down was allowed—selecting all the relevant reviews and displaying them with the regular related entries tags.
However, as multi-select isn’t available, it seems the only approach (if I have grasped how this works) is to create the relationship field in the review blog, link this to the author blog, and for each review select the relevant author which then it would take the tags for reverse related entries to display.
