;doc: Queries: edits

This commit is contained in:
Simon Michael 2025-05-16 00:16:06 -10:00
parent 21f75ebff4
commit afb4313c9b

View File

@ -5290,8 +5290,7 @@ Here's a quick overview of hledger's queries:
- Or more flexibly as [boolean queries](#boolean-queries). - Or more flexibly as [boolean queries](#boolean-queries).
Eg: `hledger print expr:'date:2022 and (desc:amazon or desc:amzn) and not date:202210'`\ Eg: `hledger print expr:'date:2022 and (desc:amazon or desc:amzn) and not date:202210'`\
All hledger commands use the same query language, but different commands may interpret the query in different ways, All hledger commands use the same query language, but different commands may interpret the query in different ways.
and this is worth keeping in mind.
We haven't described the commands yet (that's coming in [PART 4: COMMANDS](#part-4-commands) below) We haven't described the commands yet (that's coming in [PART 4: COMMANDS](#part-4-commands) below)
but here's the gist of it: but here's the gist of it: