mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
doc: queries: clarify
[ci skip]
This commit is contained in:
parent
ae8046d47b
commit
2bed041135
@ -27,10 +27,9 @@ The [print](/manual.html#print) command instead shows transactions which:
|
||||
The following kinds of search terms can be used.
|
||||
Remember these can also be prefixed with **`not:`**, eg to exclude a particular subaccount.
|
||||
|
||||
**`REGEX`**
|
||||
: match account names by this regular expression. (No prefix is equivalent to `acct:`).
|
||||
**`REGEX`, `acct:REGEX`**
|
||||
: match account names by this regular expression. (With no prefix, `acct:` is assumed.)
|
||||
|
||||
**`acct:REGEX`**
|
||||
: same as above
|
||||
|
||||
**`amt:N, amt:<N, amt:<=N, amt:>N, amt:>=N`**
|
||||
|
Loading…
Reference in New Issue
Block a user