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
The GraphService API provides two methods findRelatedEntities and removeEdgesFromNode that allow to provide a list of relationship types. When that list is empty, the methods should no-op and return immediately.
The current ElasticSearch implementation does not show this behaviour.
There are tests in #3011 that test this behaviour.
The text was updated successfully, but these errors were encountered:
We are now managing feature requests through our new portal to improve visibility & prioritize work into our public roadmap. If this request is still relevant, please create a new issue so we can gauge current interest from the Community & prioritize work accordingly.
The
GraphService
API provides two methodsfindRelatedEntities
andremoveEdgesFromNode
that allow to provide a list of relationship types. When that list is empty, the methods should no-op and return immediately.The current ElasticSearch implementation does not show this behaviour.
There are tests in #3011 that test this behaviour.
The text was updated successfully, but these errors were encountered: