diff --git a/hledger-web/templates/default-layout.hamlet b/hledger-web/templates/default-layout.hamlet index 6a4775328..61eb26105 100644 --- a/hledger-web/templates/default-layout.hamlet +++ b/hledger-web/templates/default-layout.hamlet @@ -73,11 +73,11 @@ $if elem ViewPermission perms
desc:REGEX - match transaction descriptions
amt:N, amt:<N, amt:>N - match unsigned magnitudes, or with signed N, signed amounts. For single-commodity amounts only.
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
+ tag:NAME, tag:NAME=REGEX - match tags, or tag and value
real:BOOL - match postings' realness/virtualness
not:QTERM - prepend not: to negate a search term
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 - clip account names at this depth
+ depth:N - clip account names at this depth
$#