Open juliusverrel opened 5 years ago
This suggestion makes sense.
Any ideas/attempts of implementing this feature? It would help us a lot
@juliusverrel I've reproduced your setup and understood what you mean. This is not very easy to implement but should be possible. I think that the best idea here would be to run separate query for each row of multi-join filed, that performs many-to-many relation with duplicates removal. I'll let you know when I find a way how to do it.
thank you very much!
For me, it would also be a great help if this would work
Regards Juergen
Thank you for addressing the important issue of joining schemas! In our wiki data base, it would be great to use join with multi-value fields. The specific use case is:
Project
refers to multiple instances ofUser
(by field 'Member`)Event
refers to multiple instances ofProject
(by fieldProjects
)In schema
Event
, I created a join fieldProjectUsers
(schema:Project
, field:Members
). However this naive codeyields this error:
This is an error from struct plugin, not structjoin, raised here.
Unfortunately, I don't yet understand enough about
struct
(and Dokuwiki and PHP...) to judge how difficult it would be to solve this. But it would be of great help.