diff --git a/hledger-web/templates/default-layout.hamlet b/hledger-web/templates/default-layout.hamlet index 0c39fdbae..6a4775328 100644 --- a/hledger-web/templates/default-layout.hamlet +++ b/hledger-web/templates/default-layout.hamlet @@ -76,8 +76,8 @@ $if elem ViewPermission perms
tag:NAME, tag:NAME=REGEX - match tag names, or name and value
real:BOOL - match postings' realness/virtualness
not:QTERM - prepend not: to negate a search term
- expr:'QEXPR' - match with a boolean query expression
+ expr:'QEXPR' - match with a boolean query (and, or, not, (..))
any:'QEXPR' - match transactions where any posting matches
all:'QEXPR' - match transactions where all postings match
- depth:N - trim account names at this depth
+ depth:N - clip account names at this depth
$#