diff --git a/hledger-web/templates/default-layout.hamlet b/hledger-web/templates/default-layout.hamlet index 61eb26105..baac6d5b3 100644 --- a/hledger-web/templates/default-layout.hamlet +++ b/hledger-web/templates/default-layout.hamlet @@ -67,10 +67,13 @@ $if elem ViewPermission perms
REGEX - match account names
+ type:TYPE - match account types
date:PERIODEXP - match dates
status:*, status:!, status: - match status
code:REGEX - match transaction codes
desc:REGEX - match transaction descriptions
+ payee:REGEX - match payee part of descriptions
+ note:REGEX - match note part of 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 tags, or tag and value