From e30d8a5ad374dbab1bfb3f92cf73fe4cc4526801 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 16 May 2025 00:05:29 -1000 Subject: [PATCH] ;web: help: edits --- hledger-web/templates/default-layout.hamlet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $#
  • Description, account, status query terms are OR'ed, others are AND'ed.