You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Fix datetime functions: fix`NOW`, `RELATIVE_DATETIME` for MongoDb (PR #1256)
12
+
-Fixed datetime functions `NOW`, `RELATIVE_DATETIME` for MongoDb (PR #1256)
13
13
- Fixed comparing of dates with `==` and `!=` in JsonLogic by using new ops `date==`, `date!=`, `datetime==`, `datetime!=`. Added `fixJsonLogicDateCompareOp` to `config.setings` (false by default) (PR #1256)
14
+
- Now `Utils.JsonLogicUtils.addRequiredJsonLogicOperations(jl)` can be used for instance of `json-logic-js` to add custom operators (PR #1256)
14
15
- 6.6.14
15
16
- Fixed import from JsonLogic when like op is used inside group with some group op (PR #1225) (issue #1221)
Convert query value to [JsonLogic](http://jsonlogic.com) format.
517
-
If there are no `errors`, `logic` will be rule object and `data` will contain all used fields with null values ("template" data).
517
+
If there are no `errors`, `logic` will be rule object and `data` will contain all used fields with null values ("template" data).
518
+
**Note:** You can set `config.settings.fixJsonLogicDateCompareOp = true` to fix the comparison of dates with `==` and `!=` in JsonLogic by using custom ops `date==`, `date!=`, `datetime==`, `datetime!=`.
519
+
**Note:** If you import custom version of `json-logic-js` please add [custom operators](/packages/core/modules/utils/jsonLogicUtils.js#L12) with:
0 commit comments