I created a topics collection. And I want to create a many-to-many relationship to the same collection. The column name is related_topics.
I followed the documentation so I created a many-to-many relation for this column and a junction table which will relate topic.id to topic_related.topic_id1 and from the other side topic.id to topic_related.topic_id2.
For a Topic (A) I can select the Topic (B).
However if I open (B) I don't see any related topic there.
I expect to see (A).
Am I doing something wrong ?
Thanks for your time !
EDIT1 :
On the page of topic A I will select B as related article :
I expect to find this relation on the page of topic B also but I found this :