Use current entity id in Aggregation Property filter
Gur Shafriri
Shlomi Benita Do you have another example beside the direct relationship?
For this one specifically we need to support filtering "related to" to only result in direct relations.
S
Shlomi Benita
Gur Shafriri Also for indirect link.
lets take snyk as example.
We have repo -> project -> issue.
I want to filter only the repo-related issues by adding a mirror property of the repo identifier.
Gur Shafriri
Shlomi Benita
I get what you are saying.
In a way, you want to control the relation path retrieved by "related to" by using dynamic filters.
If I understand correctly, this will enable you to get the entities related in an upstream direction, as it requires the mirror property.
Just exploring with you, what if we would add a flag to bring only the entities related with shortest path, in case there is more than one?
This should always bring these, without setting any mirror property.