diff --git a/hledger-web/templates/default-layout.hamlet b/hledger-web/templates/default-layout.hamlet index 8811febf6..0c39fdbae 100644 --- a/hledger-web/templates/default-layout.hamlet +++ b/hledger-web/templates/default-layout.hamlet @@ -75,9 +75,9 @@ $if elem ViewPermission perms
cur:REGEX - match currencies/commodities. Must match the whole symbol/name. To match dollar sign, write \$
tag:NAME, tag:NAME=REGEX - match tag names, or name and value
real:BOOL - match postings' realness/virtualness
- not:QUERY - prepend not: to negate a search term
- expr:'EXPR' - match with a boolean query expression
- any:'EXPR' - match transactions where any posting matches
- all:'EXPR' - match transactions where all postings match
+ not:QTERM - prepend not: to negate a search term
+ expr:'QEXPR' - match with a boolean query expression
+ any:'QEXPR' - match transactions where any posting matches
+ all:'QEXPR' - match transactions where all postings match
depth:N - trim account names at this depth
$#