diff --git a/hledger-web/.hledger/web/templates/journal.hamlet b/hledger-web/.hledger/web/templates/journal.hamlet
index d8128bfa0..fdb888e15 100644
--- a/hledger-web/.hledger/web/templates/journal.hamlet
+++ b/hledger-web/.hledger/web/templates/journal.hamlet
@@ -1,11 +1,11 @@
^{topbar vd}
help
@@ -18,15 +18,18 @@
- acct:REGEXP to filter postings/transactions by account, #
- desc:REGEXP by description, #
- date:PERIODEXP or edate:PERIODEXP by date or effective date.
+ Transactions/postings may additionally be filtered by:
- status:BOOL by cleared status, #
- real:BOOL by real/virtualness, #
- empty:BOOL by posting amount==0.
+ acct:REGEXP (target account), #
+ desc:REGEXP (description), #
+ date:PERIODEXP (date), #
+ edate:PERIODEXP (effective date), #
- not: to negate, use single or double quotes to include spaces, multiple patterns are AND'ed.
+ status:BOOL (cleared status), #
+ real:BOOL (real/virtual-ness), #
+ empty:BOOL (posting amount = 0).
+
+ not: to negate, enclose space-containing patterns in quotes, multiple filters are AND'ed.
|