Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
641 stars 201 forks source link

fix issue #134 #136

Closed bobflay closed 8 years ago

bobflay commented 8 years ago

This issue appears when querying multiple whereHas with the same attribute name which will create a conflict in the cypher query because both query parameters will have the same attribute name.

I fixed this issue by adding an integer at the end of each attribute name.