cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

jake1
Node
since ‎07-28-2020
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

MATCH (p)-[:HAS_CATEGORY]->(c:ProductCategory) WHERE p.accountGUID = 'xxxxxxxxxx' AND NOT c.id IN ['76','1330', '65','1402', '1152','64','59'] return p Products are being returned from the above query that DO have relationships with categories from ...
Hi all, here is the cypher query in question MATCH (o:Order)-[:CONTAINS_PRODUCT]->(x:Product)-[:HAS_CATEGORY]->(xcat:ProductCategory), (x:Product)-[:HAS_VARIANT]->(v:ProductVariant) WHERE x.id IN ['8186'] AND x.accountGUID = 'xxxxxxxxx' WITH min(v.pr...
Kudos from
Kudos given to