Fork me on GitHub
#clara
<
2019-10-04
>
jjttjj20:10:00

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)

jjttjj20:10:26

there it is, thanks!

mikerod21:10:07

@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

👍 4
Eduardo Mata22:10:40

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?

Eduardo Mata22:10:48

I am using an atom but maybe that is wrong?