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
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
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:
Backend database:
(database and version)
7,7
The text was updated successfully, but these errors were encountered: