diff --git a/hledger-web/templates/default-layout.hamlet b/hledger-web/templates/default-layout.hamlet index 8f857b724..93ac58e16 100644 --- a/hledger-web/templates/default-layout.hamlet +++ b/hledger-web/templates/default-layout.hamlet @@ -77,5 +77,4 @@ $if elem CapView caps
  • real:BOOL - filter on postings' real/virtual-ness
  • Enclose search patterns containing spaces in single or double quotes
  • Prepend not: to negate a search term -
  • Multiple search terms on different fields are AND'ed, multiple search terms on the same field are OR'ed -
  • These search terms also work with command-line hledger +
  • Description, account, status query terms are OR'ed, others are AND'ed.