mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
doc: manual: clarify date:
This commit is contained in:
parent
fdc507bd13
commit
131259105d
@ -1008,7 +1008,8 @@ A query term can be any of the following:
|
||||
- `acct:REGEX` - same as above
|
||||
- `code:REGEX` - match by transaction code (eg check number)
|
||||
- `desc:REGEX` - match transaction descriptions
|
||||
- `date:PERIODEXPR` - match dates within the specified [period](#period-expressions). *Actually, full period syntax is [not yet supported](https://github.com/simonmichael/hledger/issues/141).*
|
||||
- `date:PERIODEXPR` - match dates within the specified [period](#period-expressions)
|
||||
(which should not include a [reporting interval](#reporting-interval), cf [#141](https://github.com/simonmichael/hledger/issues/141))
|
||||
- `date2:PERIODEXPR` - as above, but match secondary dates
|
||||
- `tag:REGEX[=REGEX]` - match by [tag](#tags) name, and optionally also by tag value.
|
||||
Note a `tag:` query is considered to match a transaction if it matches any of the postings.
|
||||
|
Loading…
Reference in New Issue
Block a user