Is the support for map types documented anywhere? I found this: https://github.com/cerner/clara-rules/issues/6 but it seems to use some outdated parts of the api (`mk-query` etc)
there it is, thanks!
@jjttjj you’ll see it used fairly often in test cases within clara as well, such as https://github.com/cerner/clara-rules/blob/master/src/test/clojure/clara/test_rules.clj#L1129
How can I apply rules to my Records and modified them if needed then return all the Records that either change or did not change to the caller?
I am using an atom but maybe that is wrong?