Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
majensen committed Jul 25, 2023
1 parent 178064e commit 25ce2fd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions docs/_modules/bento_meta/mdb/mdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ <h1>Source code for bento_meta.mdb.mdb</h1><div class="highlight"><pre>
<span class="n">qry</span> <span class="o">=</span> <span class="p">(</span>
<span class="s2">&quot;match (t:term {nanoid:$nanoid}) &quot;</span>
<span class="s2">&quot;where not exists(t._to) &quot;</span>
<span class="s2">&quot;with t &quot;</span>
<span class="s2">&quot;optional match (t)-[:has_origin]-&gt;(o:origin) &quot;</span>
<span class="s2">&quot;with t, t.origin_name as origin_name &quot;</span>
<span class="s2">&quot;optional match (o:origin {name: origin_name}) &quot;</span>
<span class="s2">&quot;where not exists(o._to) &quot;</span>
<span class="s2">&quot;return t as term, o as origin &quot;</span>
<span class="p">)</span>
Expand Down
Loading

0 comments on commit 25ce2fd

Please sign in to comment.