Skip to content
Snippets Groups Projects
Commit 43a54181 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

lua-subtree: documentation update

parent 45447f66
No related branches found
No related tags found
No related merge requests found
......@@ -1070,6 +1070,17 @@ localhost> lua for k,v in i.next, i, nil do print(v) end
</listitem>
</varlistentry>
<varlistentry>
<term>
<emphasis role="lua">index:count()</emphasis>
</term>
<listitem><simpara>
Function iterates over an index, counting number of tuples which
equals key search criteria. Key can be multi-parted.
</simpara>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment