Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relationships not displaying correctly in new cayley version #960

Open
indupulikkot opened this issue Jul 16, 2021 · 1 comment
Open

Relationships not displaying correctly in new cayley version #960

indupulikkot opened this issue Jul 16, 2021 · 1 comment

Comments

@indupulikkot
Copy link

Description

Unable to display relationships correctly. We have a set of entity relations.

When A -->B

and when we query the relation. It would give relation between A and B when we query for A. This is not happening in the latest version of Cayley.
When we give B , it would give the relation. In previous version that is 7.2 we are getting the results correctly. But in 7.7 we are unable to get this and customers have raised bug
Steps to reproduce the issue:
Create relation between A and B, A Query for A

Received results:

Getting empty results

{
"result": [
[]
]
}

Expected results:

"result": [
	[
		"test-A",
		"test-B"
	],
	{
		"relation": "DependsOn",
		"source": "test-A",
		"target": "test-B"
	},
	{

Backend database: (database and version)

7,7

@indupulikkot
Copy link
Author

Hi is there any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant