>>>>> "J" == Jasel17212 <
ja...@thelittonfamily.com> writes:
J> Is there a shorthand way to write the following query?
J> ledger reg ^exp and expr "has_meta('tag1')" or ^exp and expr
J> "has_meta('tag2')"
You may need to escape it from your shell, but this should do it:
ledger reg ^exp & (%tag1 | %tag2)
J> ledger reg ^exp and expr "has_meta('tag1')" or ^exp and expr
J> "has_meta('tag2')" --group-by ????
--group-by tag('tag1')
John