investigate progress.

This commit is contained in:
2024-10-14 23:21:48 -07:00
parent 502a05bdcd
commit ca5d90b17f
11 changed files with 119 additions and 80 deletions

View File

@@ -148,7 +148,6 @@
(when (:client-code request)
[:client/code (:client-code request)]))
args query-params
#_#__ (clojure.pprint/pprint query-params)
query
(if (:exact-match-id args)
{:query {:find '[?e]
@@ -384,7 +383,7 @@
[:amount-gte {:optional true} [:maybe :double]]
[:amount-lte {:optional true} [:maybe :double]]
[:client-id {:optional true} [:maybe entity-id]]
[:numeric-code {:optional true :decode/string clojure.edn/read-string}
[:numeric-code {:optional true :decode/string clojure.edn/read-string }
[:maybe [:vector [:map [:from nat-int?]
[:to nat-int?]]] ]]
[:numeric-code-gte {:optional true} [:maybe nat-int?]]