Hello @Cobra,
Thanks for the solution.
I was also wondering if it would it be better to have a unique property for the different nodes and using EXISTS to match for the nodes I am looking for? Would this be faster also when matching?
Do you have an example of property you would like to use?
To see if it's faster, you will have to compare with PROFILE and EXPLAIN, sometimes it really depends of your use case
To be honest, I prefer to not add a property, your model will be dirty, but if you need performance, you can compare to see if there are any speed improvements