;web: help: edits

This commit is contained in:
Simon Michael 2025-05-15 23:38:15 -10:00
parent 8667e09536
commit 1f2c4e4fe7

View File

@ -75,9 +75,9 @@ $if elem ViewPermission perms
<li> <code>cur:REGEX</code> - match currencies/commodities. Must match the whole symbol/name. To match dollar sign, write <code>\$</code>
<li> <code>tag:NAME</code>, <code>tag:NAME=REGEX</code> - match tag names, or name and value
<li> <code>real:BOOL</code> - match postings' realness/virtualness
<li> <code>not:QUERY</code> - prepend not: to negate a search term
<li> <code>expr:'EXPR'</code> - match with a boolean query expression
<li> <code>any:'EXPR'</code> - match transactions where any posting matches
<li> <code>all:'EXPR'</code> - match transactions where all postings match
<li> <code>not:QTERM</code> - prepend not: to negate a search term
<li> <code>expr:'QEXPR'</code> - match with a boolean query expression
<li> <code>any:'QEXPR'</code> - match transactions where any posting matches
<li> <code>all:'QEXPR'</code> - match transactions where all postings match
<li> <code>depth:N</code> - trim account names at this depth
$# <li> Description, account, status query terms are OR'ed, others are AND'ed.