Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Invalid getLinkingEntities response #322

Open
Inventoroz opened this issue Mar 5, 2022 · 2 comments
Open

Invalid getLinkingEntities response #322

Inventoroz opened this issue Mar 5, 2022 · 2 comments

Comments

@Inventoroz
Copy link

Inventoroz commented Mar 5, 2022

Hi
I am creating entities in a hierarchical view.

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".

Why?

Attached is the complete request log.
Rest.log

@Inventoroz
Copy link
Author

Hi, is there any news on this issue?

@cmgrote
Copy link
Member

cmgrote commented Apr 24, 2022

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants