|
|
@@ -400,9 +400,9 @@
|
|
|
(or (not end) (< value end))))))))
|
|
|
|
|
|
(defun .query-term ()
|
|
|
- (.or (.progn (.string= "--cost") (.identity (cons :cost t)))
|
|
|
- (.progn (.string= "--tree") (.identity (cons :tree t)))
|
|
|
- (.progn (.string= "--real") (.identity (cons :real t)))
|
|
|
+ (.or (.progn (.string= "^cost") (.identity (cons :cost t)))
|
|
|
+ (.progn (.string= "^tree") (.identity (cons :tree t)))
|
|
|
+ (.progn (.string= "^real") (.identity (cons :real t)))
|
|
|
(.query-coloned :acct (.query-postingp "acct" #'posting-account)
|
|
|
(.query-value-regex))
|
|
|
(.query-coloned :amt (.progn (.string= "amt")
|