

{"id":337,"date":"2021-12-07T11:19:44","date_gmt":"2021-12-07T10:19:44","guid":{"rendered":"https:\/\/project.inria.fr\/tcypher\/?page_id=337"},"modified":"2021-12-07T11:19:44","modified_gmt":"2021-12-07T10:19:44","slug":"most-recent-replies","status":"publish","type":"page","link":"https:\/\/project.inria.fr\/tcypher\/most-recent-replies\/","title":{"rendered":"Most recent replies"},"content":{"rendered":"<p>Return the 20 most recent reply comments to all the posts of a person from friends or friends-of-friends created before a date.<\/p>\n<p><a href=\"https:\/\/project.inria.fr\/tcypher\/files\/2021\/12\/query_6.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-313 size-large aligncenter\" src=\"https:\/\/project.inria.fr\/tcypher\/files\/2021\/12\/query_6-1024x576.png\" alt=\"\" width=\"900\" height=\"506\" srcset=\"https:\/\/project.inria.fr\/tcypher\/files\/2021\/12\/query_6-1024x576.png 1024w, https:\/\/project.inria.fr\/tcypher\/files\/2021\/12\/query_6-300x169.png 300w, https:\/\/project.inria.fr\/tcypher\/files\/2021\/12\/query_6-768x432.png 768w, https:\/\/project.inria.fr\/tcypher\/files\/2021\/12\/query_6-150x84.png 150w, https:\/\/project.inria.fr\/tcypher\/files\/2021\/12\/query_6.png 1280w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/a><\/p>\n<h4>T-Cypher:<\/h4>\n<p><strong>LEFT_SLICE<\/strong> 2014-01-01T08:00:00Z <strong>ON R<\/strong><\/p>\n<p><strong>MATCH<\/strong> (pe1:Person)&lt;-[hasCreator]-(po:Post)&lt;-[replyOf]-(c:comment)&lt;-[hasCreator]-(pe2:Person), (pe1)-[<strong>CONTINUOUS<\/strong>(k:knows*1..2)]-&gt;(pe2)<\/p>\n<p><strong>RETURN<\/strong> c <strong>ORDER BY<\/strong> START(c@T) <strong>LIMIT<\/strong> 20<\/p>\n<h4>Cypher:<\/h4>\n<p>MATCH (pe1:`Person`)&lt;-[hasCreator]-(po:`Post`)&lt;-[replyOf]-(c:`comment`)&lt;-[hasCreator]-(pe2:`Person`), (pe1)-[k:`knows`]-&gt;(pe2) WHERE (hasCreator.tStart &lt;= 1388563200000 AND replyOf.tStart &lt;= 1388563200000 AND hasCreator.tStart &lt;= 1388563200000 AND k.tStart &lt;= 1388563200000) RETURN c LIMIT 20 UNION MATCH (pe1:`Person`)&lt;-[hasCreator]-(po:`Post`)&lt;-[replyOf]-(c:`comment`)&lt;-[hasCreator]-(pe2:`Person`), (pe1)-[r0:`knows`]-&gt;(n0)-[r1:`knows`]-&gt;(pe2) WHERE (hasCreator.tStart &lt;= 1388563200000 AND replyOf.tStart &lt;= 1388563200000 AND hasCreator.tStart &lt;= 1388563200000 AND r0.tStart &lt;= 1388563200000 AND r1.tStart &lt;= 1388563200000 AND (myFunctions.min([r0.tEnd, r1.tEnd]) &#8211; myFunctions.max([r0.tStart, r1.tStart])) &gt; 0) RETURN c ORDER BY myFunctions.start([c.tStart, c.tEnd]) LIMIT 20<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Return the 20 most recent reply comments to all the posts of a person from friends or friends-of-friends created before a date. T-Cypher: LEFT_SLICE 2014-01-01T08:00:00Z ON R MATCH (pe1:Person)&lt;-[hasCreator]-(po:Post)&lt;-[replyOf]-(c:comment)&lt;-[hasCreator]-(pe2:Person), (pe1)-[CONTINUOUS(k:knows*1..2)]-&gt;(pe2) RETURN c ORDER BY START(c@T) LIMIT 20 Cypher: MATCH (pe1:`Person`)&lt;-[hasCreator]-(po:`Post`)&lt;-[replyOf]-(c:`comment`)&lt;-[hasCreator]-(pe2:`Person`), (pe1)-[k:`knows`]-&gt;(pe2) WHERE (hasCreator.tStart &lt;= 1388563200000 AND replyOf.tStart &lt;= 1388563200000 AND\u2026<\/p>\n<p> <a class=\"continue-reading-link\" href=\"https:\/\/project.inria.fr\/tcypher\/most-recent-replies\/\"><span>Continue reading<\/span><i class=\"crycon-right-dir\"><\/i><\/a> <\/p>\n","protected":false},"author":2118,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-337","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/pages\/337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/users\/2118"}],"replies":[{"embeddable":true,"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/comments?post=337"}],"version-history":[{"count":1,"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/pages\/337\/revisions"}],"predecessor-version":[{"id":338,"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/pages\/337\/revisions\/338"}],"wp:attachment":[{"href":"https:\/\/project.inria.fr\/tcypher\/wp-json\/wp\/v2\/media?parent=337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}