rjc <richard+goo...@richardcooper.net> writes:

> = expr account =~ /^Asset:Checking/ & payee =~ /^Buying Shares/
>     (Temp)              1
>
> but that seems to match *everything*. IS that a bug in ledger or me
> not understanding the syntax? Is the new syntax documented anywhere?

Try this:

= /^Asset:Checking/ & expr payee =~ /^Buying Shares/
    (Temp)              1

John

Reply via email to