79628524

Date: 2025-05-19 10:16:41
Score: 0.5
Natty:
Report link

Your MATCH at the start of part 4 of the query needs to be OPTIONAL MATCH.
When the query doesn't find anything with MATCH the whole query is terminated at that point and it's pretty much gave over. With OPTIONAL MATCH the query will continue from the MATCH, but the MATCH's results will be null values.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marj