-
Notifications
You must be signed in to change notification settings - Fork 495
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
add a configuration option to mergeNodes that allows to combine relationships of the same type and direction #600
Comments
Do you want something like that?
Where config looks like:
with Exception if two properties with same keys have different values (or not, based on "properties", "overwrite" config). |
@jexp mergeRelationships works with rels who has the same start and the same end nodes. So in this case we have to merge end/start nodes too. Right? |
This issue talks about |
I think it's better to have this explicit. I.e. should leave the relationships in middle merged. |
…at allows to combine relationships of the same type and direction
…at allows to combine relationships of the same type and direction
…at allows to combine relationships of the same type and direction
…at allows to combine relationships of the same type and direction
…combine relationships of the same type and direction (#850)
So in case of duplicate relationships you don't end up with several of them at the end.
The default would be to not change them
And then there would be the option to combine them by type/direction if the properties are the same
And combine them if the properties differ and then apply the refactoring-config property merge thing
The text was updated successfully, but these errors were encountered: