You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
ValidValuesSet Root
ValidValuesSet A in Root
ValidValuesSet B in A
ValidValuesSet C in B
ValidValuesSet D in C
ValidValueDefinition in D
Glossary
Category Root in Glossary
Category A in Root
Term A in Category A
Then I create links between some of them
ValidValueDefinition in D -> Category A in Root
ValidValueDefinition in D -> Term A in Category A
ValidValuesSet B in A -> Term A in Category A
ValidValuesSet C in B -> Category A in Root
Then I request getLinkingEntities:
start = ValidValuesSet A in Root
end = ValidValueDefinition in D
The response is missing a relationship between "ValidValuesSet B in A" and "ValidValuesSet C in B".
Hi @Inventoroz -- I haven't had the bandwidth to try to reproduce or resolve, as the graph queries are generally seen as less of a priority for repositories at this point (I believe most / all OMAS layers are implemented based on other methods anyway since very few repositories even attempt to support the graph queries today)...
If you'd like to make an attempt at resolving and submit a PR for the same, please feel free!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am creating entities in a hierarchical view.
Then I create links between some of them
ValidValueDefinition in D -> Category A in Root
ValidValueDefinition in D -> Term A in Category A
ValidValuesSet B in A -> Term A in Category A
ValidValuesSet C in B -> Category A in Root
Then I request getLinkingEntities:
start = ValidValuesSet A in Root
end = ValidValueDefinition in D
The response is missing a relationship between "ValidValuesSet B in A" and "ValidValuesSet C in B".
Why?
Attached is the complete request log.
Rest.log
The text was updated successfully, but these errors were encountered: