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
MATCH (person1:Person)-[:knows]-(person2:Person)-[:knows]-(person3:Person)-[:hasInterest]->(tag:Tag)
WHERE NOT (person1)-[:knows]-(person3)
AND person1 <> person3
RETURN count(*) AS count
The text was updated successfully, but these errors were encountered:
No implement for filter a pattern expression.
The text was updated successfully, but these errors were encountered: