From 7ac1f74821e739c5652a797169be3758b47f2700 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 29 Sep 2013 17:13:36 -0700 Subject: [PATCH] docs: note sign sensitivity of amt:y --- MANUAL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index 1357b682b..f22b25377 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1020,7 +1020,11 @@ A query term can be any of the following: - `status:1` or `status:0` - match cleared/uncleared transactions - `real:1` or `real:0` - match real/virtual-ness - `empty:1` or `empty:0` - match if amount is/is not zero -- `amt:N` or `amt:=N`, `amt:N` - match postings with a single-commodity amount equal to, less than, or greater than N. (Multi-commodity amounts are always matched.) +- `amt:N` or `amt:=N`, `amt:N` - match postings with a + single-commodity amount equal to, less than, or greater than + N. (Multi-commodity amounts are always matched.) Be warned, the + match is sensitive to the sign of N - this can be used to search for + inflows or outflows. - `sym:REGEX` - match postings or transactions including any amounts whose commodity symbol is fully matched by REGEX. (For a partial match, use `.*REGEX.*`). Note, to match the dollar sign (`$`) you