Skip to content

Commit

Permalink
Update GH-Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 20, 2025
1 parent f9fc76d commit 25cbfd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
<div id="header">
<h1>Neo4j JDBC Driver</h1>
<div class="details">
<span id="revdate">2025-01-20T08:38:46Z</span>
<span id="revdate">2025-01-20T10:58:35Z</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -3204,7 +3204,7 @@ <h5 id="_like_operator"><code>LIKE</code> operator</h5>
</div>
<div id="p5_0_expected" class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="cypher">MATCH (m:`movies`) WHERE m.title =~ '.*Matrix.*' OR m.title =~ 'M.trix'
<pre class="CodeRay highlight"><code data-lang="cypher">MATCH (m:`movies`) WHERE m.title CONTAINS 'Matrix' OR m.title =~ 'M.trix'
RETURN *</code></pre>
</div>
</div>
Expand Down Expand Up @@ -4178,7 +4178,7 @@ <h4 id="_flattening">C.1.2. Flattening</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-20 08:38:52 UTC
Last updated 2025-01-20 10:58:44 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 25cbfd6

Please sign in to comment.