Hello!
I am following the guide to add a smart relationship (has many) for a smart collection. Tell me it’s possible
Feature(s) impacted
Smart relationship, smart collection
Observed behavior
The new ‘versions’ (my smart relationship name) section is visible on the UI but it says ‘There are no versions yet.’. There are no requests sent to the /smart-collection/:id/relationships/versions, I only see the regular /smart-collection/:id requests.
Expected behavior
The requests to the /smart-collection/:id/relationships/versions are sent and the data returned is displayed on the UI.
It seems like this is exactly what I do (except I have only has-many relation). I see the request for the UI but then again - no requests for the related data itself
Please find attached an example, you can see the relationships tag added, explaining how to retrieve the associated articles linked to my smart collection. It basically provides a link where to fetch the related article ( /forest/test1/0/relationships/articles ) You will need to edit the data returned from your route after they have been serialized.