(check-expr chk v)(chk-expr-sym chk-sym v-sym)(wrap-single-model-expression f)controls the expressions allowed for searches (pipeline/normalise {:account/name '(= "Chris")} {:schema (schema/schema examples/account-name-age-sex) :pipeline {:expression {:account {:name '(= "Chris")}}}} wrappers) => {:account {:name '(= "Chris")}}
(pipeline/normalise {:account/name '(= "Chris")} {:schema (schema/schema examples/account-name-age-sex) :pipeline {:expression {:account {:name '#{=}}}}} wrappers) => {:account {:name '(= "Chris")}}
controls the expressions allowed for searches
(pipeline/normalise {:account/name '(= "Chris")}
{:schema (schema/schema examples/account-name-age-sex)
:pipeline {:expression {:account {:name '(= "Chris")}}}}
*wrappers*)
=> {:account {:name '(= "Chris")}}
(pipeline/normalise {:account/name '(= "Chris")}
{:schema (schema/schema examples/account-name-age-sex)
:pipeline {:expression {:account {:name '#{=}}}}}
*wrappers*)
=> {:account {:name '(= "Chris")}}
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |